auth0-example
auth0-example copied to clipboard
This example has moved
I opened a branch to upgrade expo to 33.0.0 but can't push to a branch. is it because I cloned with Https? I tried to clone by ssh but: ```...
Hey there, I'd like to request input or discussion on [using Auth0's PKCE flow](https://auth0.com/docs/api-auth/tutorials/authorization-code-grant-pkce) that allows for a _refresh token_ in addition to the standard _id token_ and _access token_....
In the README is mentioned > In the application settings, you must add the redirect URL for your Expo application that is coming from the AuthSession module (built-in in Expo)....
Hi guys. Please clarify how to setup callback url properly for multiple users. In the provided [auth0 expo example](https://github.com/expo/auth0-example/blob/master/App.js#L35 ) callback url is generated this way: `const redirectUrl = AuthSession.getRedirectUrl();`...
If I use just the example, straight from a clone, it fails. At least when I tried with Google and Facebook. From what I could tell, the response wasn't encoded,...
Hi, Could you update the SDK so snack can run it?
• Updating README to include Auth0 instructions on OIDC Flag, • Adding `profile` as an Auth0 scope in order to receive the user's name on login.
So, as I said into #9, we need to add `nonce` to have this `token_id` working without downgrade security into auth0 panel 😉 Note: I have tested on my own...
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...