Skip to content

Example extensibility use cases #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 15 commits into
base: main
Choose a base branch
from

Conversation

gary-archer
Copy link
Contributor

@gary-archer gary-archer commented Apr 14, 2025

I implemented two fairly simple use cases:

  • Customize the HTML form login screen, eg remove Forgot Username and add an extra UI element
  • Completely replace the authentication selection screen

The code is meant only to be cleanly separated and demonstrate an extensibility approach, to get developers connected.

MINOR

  • The AccentColor had an incorrect value and system alerts used white text so I changed to the ios-cat version
  • After replacing the authentication selector screen, I have an open issue if I cancel the login and retry (error code 13)

@@ -24,10 +24,10 @@ class DemoAppDelegate: NSObject, UIApplicationDelegate {

func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {

HaapiLogger.followUpTags = DriverFollowUpTag.allCases + SdkFollowUpTag.allCases + UIKitFollowUpTag.allCases
// HaapiLogger.followUpTags = DriverFollowUpTag.allCases + SdkFollowUpTag.allCases + UIKitFollowUpTag.allCases

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

commented code... perhaps leftovers from testing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants