Try it at https://expo.io/@community/expo-auth0
- Create your application client on https://auth0.com/
- In the application settings you need to add the AuthSession docs callback url, which looks something like this:
https://auth.expo.io/@your-username/your-app-slug. In the app code we havehttps://auth.expo.io/@community/expo-auth0because I am signed in as@communityand the slug for this app isexpo-auth0. You will need to replacecommunitywith your Expo username. - Find references to
https://brentvatne.auth0.com/authorizeinApp.jsand replace it with the authorization endpoint for your Auth0 account, which you can see on your Auth0 dashboard.