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

So, I have an Android & iOS app: - iOS redirect_uri is `http://appname://oauth` - Android redirect_uri is `http://localhost/github` If two `redirect_uri` are required, I have to to create two oauth...

When using the tools for a Twitter only oAuth, I ran into an exception that prevented me from progressing. At line 306 ` NSString *clientID = ((DCTOAuth2Credential *) existingAccount).clientID; `...

After signing once to Facebook or Google it start to sign you instantly, and account selection page doesn't ever appear.

With a custom provider `manager.addProvider({ 'vkontakte' : { auth_version: '2.0', authorize_url: 'https://oauth.vk.com/authorize', access_token_url: 'https://oauth.vk.com/access_token', callback_url: ({ client_id }) => `vk${client_id}://authorize`, } });` I got the following credentials: > accessToken:"XXXXXXXXXXXXXXXXXXXXX" >...

I am not using facebook, google.....etc. We have our own auth service, How to configure my custom sos url using this? Is there any possibility of that??

App crashes with no errors messages in either Chrome console or `react-native log-android`. It goes as far as the GitHub login screen, and crashes on going back to the app....