naoufal / react-native-safari-view

A React Native wrapper for Safari View Controller.
https://www.npmjs.com/package/react-native-safari-view
494 stars 110 forks source link

Feature: Add SFAuthenticationSession API #75

Open koenpunt opened 6 years ago

koenpunt commented 6 years ago

Since the SFAuthenticationSession is related to the SFSafariViewController, we might consider adding a React Native API for that as well.

ref: https://developer.apple.com/documentation/safariservices/sfauthenticationsession

@naoufal what do you think?

sohamray1990 commented 6 years ago

We need to implement a login through SFAuthenticationSession in a React Native app. Is there any available solution/doc/API which can be shared? It'll be a lot of help. Thanks in advance!

jdnichollsc commented 5 years ago

Check this example: https://github.com/proyecto26/react-native-inappbrowser/commit/9d4daa0855b4cd9251ebf9a0a7c50023cda6e734#diff-588271910c7e2d8a0859edc2916fbba5R77