Auth0 and WebView - React native

487 Views Asked by At

I am trying to use Auth0 and a Webview but without having to login on the webview in React native.

I use the package react-native-auth0, and react-native-webview.

I can retrieve the access token from Auth0, but haven't figured out how to authorize the webview session. I have been able to use react-native-inappbrowser-reborn, which use by default using the same place it retrieves the token. But I would want the web browser to be displayed inside a view/tab.

I would like any solution where the "browser" is viewed inside a View/Tab and authorized from the auth0 login.

0

There are 0 best solutions below