You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So after consulting the examples for a "signup" workflow I found the "screen_hint" option which can be used to (usually) direct a user to the signup mode of the Lock screen.
This is important for our users as many fail to find the "signup" option on Auth0's default lock, so we use this to explicitly send them there.
For password logins this seems to work fine, but for Apple logins on iPhone's, this prompt seems to fail after the user has logged in once.
Reproduction
Login with the Apple social login
Use any combination of clearCredentials and/or clearSession to log the user out.
Invoke authorize() with screen_hint="login" in additionalParameters
User automatically logs in as the Apple user from step 1.
Additional context
No response
react-native-auth0 version
3.2.1
React Native version
0.74.2
Expo version
51
Platform
iOS
Platform version(s)
14
The text was updated successfully, but these errors were encountered:
Checklist
Description
So after consulting the examples for a "signup" workflow I found the "screen_hint" option which can be used to (usually) direct a user to the signup mode of the Lock screen.
This is important for our users as many fail to find the "signup" option on Auth0's default lock, so we use this to explicitly send them there.
For password logins this seems to work fine, but for Apple logins on iPhone's, this prompt seems to fail after the user has logged in once.
Reproduction
Additional context
No response
react-native-auth0 version
3.2.1
React Native version
0.74.2
Expo version
51
Platform
iOS
Platform version(s)
14
The text was updated successfully, but these errors were encountered: