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 using Google SignIn for my app. However, I noticed this issue and not sure the reason why the library return 1 result and store another different one. Is it...

The latest version from NPM states that it is 2.2.0, but I don't see that version in any branch here (the current `master` branch has the version as 2.1.15). It...

![screenshot_1](https://user-images.githubusercontent.com/12047875/37335838-20570bee-26e2-11e8-8eee-abf698eec654.png) ![screenshot_3](https://user-images.githubusercontent.com/12047875/37335840-2090701e-26e2-11e8-80f0-ae4b8b023078.png) ![screenshot_4](https://user-images.githubusercontent.com/12047875/37335842-20c6d50a-26e2-11e8-9df5-52f709afb1b7.png)

May you give me some hints where to start in order to add LinkedIn support to the package? Thanks for any help upfront!

Fixes a crash when immediately reopening the safari view.

Error is thrown when I pass coma separated scopes i.e profile and https://www.googleapis.com/auth/youtube.

My app is crashing with a custom provider, it shouldn't though because it follows the spec. It's mostly happening because of issues solved in newer versions of the scribejava-apis dependency,...

Is it necessary to enable Keychain Sharing with the specific key (`io.fullstack.oauth.AUTH_MANAGER`) to be able to properly use this library? If so, why?

manager.addProvider({ 'name_of_provider': { auth_version: '2.0', authorize_url: 'https://provider.dev/oauth', access_token_url: 'https://provider.dev/oauth/token', callback_url: ({app_name}) => `${app_name}://oauth`, } }); from the above configuration my identity server is rejecting the access token request due to...