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
{{ message }}
This repository has been archived by the owner on Feb 21, 2020. It is now read-only.
Hi,
We are trying to use auth0 and Expo's AuthSession to authenticate users in a browser and then direct them back to the application with the token, etc..
Right now when using
exp start
and testing on iOS and Android through expo app, we see the auth0 lock screen and then it redirects back to our app perfectly.
But after building standalone ipa and apk files from the auth0 lock screen success it redirect
Hi,
same with my project, getting "cannot GET /+expo-auth-session",
and not redirected back to app,
this happening only in dev environment,
It is working fine if we publishing the project
Usage in standalone apps
In order to be able to deep link back into your app, you will need to set a scheme in your project app.json, and then build your standalone app (it can’t be updated with an OTA update). If you do not include a scheme, the authentication flow will complete but it will be unable to pass the information back into your application and the user will have to manually exit the authentication modal.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
We are trying to use auth0 and Expo's AuthSession to authenticate users in a browser and then direct them back to the application with the token, etc..
Right now when using
But after building standalone ipa and apk files from the auth0 lock screen success it redirect
We expect the app to actually close the browser with the access token. Any help would be really great. Thanks
Our project is configured using
"expo": "^21.0.2" "react": "^16.0.0-alpha.12" "react-native": "https://github.com/expo/react-native/archive/sdk-21.0.2.tar.gz",
We are using the following commands to generate apk and ipa.
The text was updated successfully, but these errors were encountered: