react-native-simple-auth icon indicating copy to clipboard operation
react-native-simple-auth copied to clipboard

OAuth login for React Native

Results 19 react-native-simple-auth issues
Sort by recently updated
recently updated
newest added

``` tumblr({ appId: OAUTH_CONSUMER_KEY, appSecret: CONSUMER_SECRET, callback: 'com.home://authorize', }).then((info) => { }).catch((error) => { console.log('erooooooooo',error) }); ``` for android its working fine but in iOS its open tumblr app and...

![vizzler](https://cloud.githubusercontent.com/assets/17460410/23599348/2ede5492-0249-11e7-96fe-95d39c9df8db.gif) I have the problem.After several seconds then redirect google. How can I solve this problem ?

callback: 'fb1234567890://authorize', ? ------> ://authorize'

**RN** 0.54.2 **Simulator** 10.0 **iPhone 8** iOS 11.4.1 After successfull authentication with Google, user is correctly redirected to app, but iOS shows a link back to Safari in top left...

Hello. How to login in twitter app rather than safari web ? Any Idea ?

Current guide for deeplink setup in iOS for Google is not informative enough, not to mention the link https://dev.twitter.com/cards/mobile/url-schemes is not helpful at all. My suggest is to add location...

When i try to login at facebook, the facebook app detect this and it's dont open in browser. ![image](https://user-images.githubusercontent.com/40359109/41536977-cd8ecf44-730f-11e8-8dae-c4530d221f12.png), When i will press button continue, it's not redirecting to my...

Hello! Was trying to get this package working and I discovered that all the links to twitter explaining [url schemes for ios](https://dev.twitter.com/cards/mobile/url-schemes) redirect to a page about twitter cards. I...

We noticed an issue in your app that contributes to a lower quality user experience than Apple users expect:  - Upon launching the app, a web page in mobile...