react-native-oauth
react-native-oauth copied to clipboard
A react-native wrapper for social authentication login for both Android and iOS
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...
  
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...