Skip to content

Added auth demp app#253

Open
lalwani wants to merge 1 commit intomainfrom
demo
Open

Added auth demp app#253
lalwani wants to merge 1 commit intomainfrom
demo

Conversation

@lalwani
Copy link
Collaborator

@lalwani lalwani commented Jun 17, 2024

  • Created a demo app using authentication module
  • app supports prefilling user information
  • demonstrates how to use app priority
  • shows a toast message for token or error

@RunTerror
Copy link

I'm also trying to perform cross platform sso but on hitting this function, it opens a blank white screen and then comes back to the page again.

 val authContext = AuthContext(
               authDestination = AuthDestination.InApp ,
                authType = AuthType.AuthCode,
                prefillInfo = prefillInfo ?: prefill,
                prompt = Prompt.LOGIN,
            )


        UberAuthClientImpl().authenticate(this, launcher, authContext)

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

Comments