Skip to content
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

Make expo use scheme #113

Merged
merged 3 commits into from
Apr 4, 2023
Merged

Make expo use scheme #113

merged 3 commits into from
Apr 4, 2023

Conversation

poovamraj
Copy link
Contributor

@poovamraj poovamraj commented Mar 31, 2023

Changes

With this documentation change, we are making custom scheme mandatory. This is due to the reason that Expo uses the application ID or bundle identifier we use to as the scheme to open the application. This shows a popup when the login is done successfully and choosing the wrong option could break the application flow.

For this reason we have made custom scheme as mandatory for Expo application and added guidance on how to do it.

This will change in the next major where we will generate the scheme for callback URL with auth0 prefixed to the package name to avoid clash with Expo

References

Issues were raised because of this

auth0/react-native-auth0#582
auth0/react-native-auth0#606

PR in repo - auth0/react-native-auth0#610
PR in Docs - auth0/docs#10243

@poovamraj poovamraj requested a review from Widcket April 4, 2023 15:16
@poovamraj poovamraj merged commit 3120576 into master Apr 4, 2023
1 check passed
@poovamraj poovamraj deleted the make-expo-use-scheme branch April 4, 2023 16:27
@ah0y ah0y mentioned this pull request Apr 29, 2023
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.

None yet

2 participants