You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 29, 2018. It is now read-only.
OAuth is cumbersome on React Native. What we should be able to do is bounce out to the native browser (rather than use an embedded webview), go through the OAuth flow, and then callback with a mobile app scheme URL.
This can be accomplished in a similar manner to #6 by allowing the developer to register a custom formatter with the deep link.
OAuth is cumbersome on React Native. What we should be able to do is bounce out to the native browser (rather than use an embedded webview), go through the OAuth flow, and then callback with a mobile app scheme URL.
This can be accomplished in a similar manner to #6 by allowing the developer to register a custom formatter with the deep link.
We would then return the HTML response with JS that calls back the mobile deep link with the JWT accessToken. Making mobile auth great again! 🌟
The text was updated successfully, but these errors were encountered: