react-native-oauth icon indicating copy to clipboard operation
react-native-oauth copied to clipboard

A react-native wrapper for social authentication login for both Android and iOS

Results 106 react-native-oauth issues
Sort by recently updated
recently updated
newest added

I'm trying to write values to google sheet using makeRequest with 'https://sheets.googleapis.com/v4/spreadsheets/' api. I can read values successfully, however didn't figure how to use PUT method that will be equivalent...

I have configured a custom auth provider as defined in the docs.The redirect uri specified in the auth server is a deep link to the app. The deep link is...

I have followed all the steps to setup 'react-native-oauth' for android. I want to create a new provider and authorize my client instance with that provider's server.For this I'm using...

Hi , Thanks for the nice work , but I double check many steps for the library set up for ios. Once i sign in from the twitter I am...

Facebook login fails with "Sorry something went wrong" message Google login just hangs after entering the password

This issue showed in version 2.2.0. Twitter work in version 2.1.16. I have fill the login form, after that It was trying to redirect but turns out the app crash...

Twitter, for example, returns OAuth token data as a querystring (x-www-form-urlencoded), not as JSON, so signing in breaks as per https://github.com/fullstackreact/react-native-oauth/issues/165. Correct this by catching the JSON parse error and...

I use this package for a Github integration in a React Native app. The authorization process was no problem. But when I tried to use the makeRequest function with the...

Per the instructions in the readme, I tried to register a new OAuth Redirect URI via Facebook's dev site. Here's the relevant part: > Before we leave the Facebook settings,...

Is there any way to be notified that user cancelled the authentication (eg. by clicking back key on android or Done on iOS)? So far I haven't found any way...