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've removed unnecessary dependency valib, and refactored code accordingly.

This update improves the handling of refresh tokens when using a javascript api rather than the native makeRequest. Somewhat related to #82. JS code can call reauthenticate to get a...

# Purpose of the pull request Clearing session cookies, so that when you RevokeAccess via HTTP request of the Google API + deauthorize via react-native-oauth method, you can actually logout...

It seems the addition of the prelink and postlink rnpm commands to the json.package prevent Windows users from using this tool. The shell scripts you have written are not windows...

I have troubles authenticating with AAD. Did anyone try that? App crashes at the end of the login process I've configured a new provider passing auth_version (2.0), authorize_url, access_token_url and...

I have already followed all the steps to configure Google Sign In for Android and iOS. The problem is specifically with Google Sign In in iOS, and currently only tested...

didn't work evern after removin @override from RNGoogleSigninPackage.java Error: Task :react-native-google-signin:compileDebugJavaWithJavac FAILED android/src/main/java/co/apptailor/googlesignin/RNGoogleSigninPackage.java:25: error: method does not override or implement a method from a supertype @Override ^ 1 error _Originally...

Hello, Building for Android is failing in a fresh project with the following message: ``` :react-native-oauth:compileReleaseJavaWithJavac :react-native-oauth:compileReleaseJavaWithJavac - is not incremental (e.g. outputs have changed, no previous execution, etc.). /home/desk/dev/gistreader/node_modules/react-native-oauth/android/src/main/java/io/fullstack/oauth/OAuthManagerPackage.java:39:...