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

Clearing session cookie in Android AdvancedWeView so user can logout from GoogleAccount

Open dylan-dinh opened this issue 6 years ago • 0 comments

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 the user from his Google Account when he wants to logout from your application as well.

Where

in react-native-oauth/android/src/main/java/io/fullstack/oauth/OAuthManagerDialogFragment.java

TODO

Didn't check it out for iOS, I can go through iOS cookies if you validate this pull request. 👍

dylan-dinh avatar Jan 29 '19 12:01 dylan-dinh