expo / examples

Example projects that demonstrate how to use Expo APIs and integrate Expo with other popular tools
2.23k stars 867 forks source link

with-auth0 example does not work #372

Closed mwarger closed 1 year ago

mwarger commented 2 years ago

Describe the bug After filling in the information, the with-auth0 example always results in an 'Access Denied' error.

To Reproduce Steps to reproduce the behavior:

Expected behavior I would expect the authentication flow to work after following the instructions.

Screenshots

Walkthrough of the above steps and what I saw....

image image image image image

Smartphone (please complete the following information):

Additional context The full error returned in the example is here:

Error: {"type":"error","error":{"code":"unauthorized","description":"Access denied.","params":{"error":"unauthorized","exp://192.168.1.251:19000/--/expo-auth-session":"","error_description":"Access denied.","state":"jaxP2RGuoG"},"state":"jaxP2RGuoG"},"url":"exp://192.168.1.251:19000/--/expo-auth-session#error=unauthorized&error_description=Access%20denied.&state=jaxP2RGuoG","params":{"exp://192.168.1.251:19000/--/expo-auth-session":"","error":"unauthorized","error_description":"Access denied.","state":"jaxP2RGuoG"},"authentication":null,"errorCode":null}

Any help or advice for this would be greatly appreciated. Thank you!