Open authorized web view in React Native

I am developing a React Native App, that connects to a remote web api and also needs to show a secure web view.

Connecting to the remote api is working perfectly I can get and refresh the token.

My problem is that I want to use the same Identity to open/show a web view within the app.

What’s the best approach to accomplish this ?

1 Like

@victor929 Did you find any way to do this? I am currently looking for a way to prevent a double authentication, in the app + in the webview. Thanks!

1 Like

@victor929 Did you manage to do it ? i’m stuck also :cry:

1 Like