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

Support .useLegacyAuthentication #306

Closed
conorcussell opened this issue May 21, 2020 · 1 comment
Closed

Support .useLegacyAuthentication #306

conorcussell opened this issue May 21, 2020 · 1 comment
Labels
duplicate This is a duplicate of another issue or PR feature request A feature has been asked for or suggested by the community

Comments

@conorcussell
Copy link

Describe the problem you'd like to have solved

When authenticating a popup is displayed saying "APP wants to use DOMAIN to sign in" which the user must accept. This is confusing for our users because we have a single Auth0 domain but many apps with different names, as a result the user may not recognise the url we are authenticating them on as being related to the app they are using.

Frame 1

This can be avoided in iOS when using the native Swift SDK because it provides the option to .useLegacyAuthentication which uses SFSafariViewController instead of SFAuthenticationSessionn and does not display the popup.

Describe the ideal solution

The option .useLegacyAuthentication is available in react-native-auth0 to prevent showing the popup when authenticating with Auth0

@Widcket
Copy link
Contributor

Widcket commented May 21, 2020

Hi @conorcussell, this is in progress right now. Check out #305

@Widcket Widcket closed this as completed May 21, 2020
@Widcket Widcket added duplicate This is a duplicate of another issue or PR feature request A feature has been asked for or suggested by the community labels May 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This is a duplicate of another issue or PR feature request A feature has been asked for or suggested by the community
Projects
None yet
Development

No branches or pull requests

2 participants