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

Add support for web redirects from Auth0 pop-up #369

Open dylanlewis89 opened 2 years ago

dylanlewis89 commented 2 years ago

Current Auth0 example does not allow the Auth0 pop-up window to properly redirect back to redirectUri. This PR adds support via WebBrowser.maybeCompleteAuthSession(), with more docs available here