You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 19, 2022. It is now read-only.
It appears user remains logged in even after you call GAuth.logout(). Is that an issue or I'm misinterpreting the GApi/GAuth way?
After calling GAuth.logout(), I closed my browser window and when I return to my app the GAuth.checkAuth() returns ther user as authenticated. If I call GAuth.getToken() I can see it alive:
It appears user remains logged in even after you call
GAuth.logout()
. Is that an issue or I'm misinterpreting the GApi/GAuth way?After calling
GAuth.logout()
, I closed my browser window and when I return to my app theGAuth.checkAuth()
returns ther user as authenticated. If I callGAuth.getToken()
I can see it alive:Maybe you have to call
gapi.auth.signOut()
insideGAuth.logout()
?The text was updated successfully, but these errors were encountered: