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
Is there a way we can easily add support for logout? In the current code, if you logout, you'll get logged back in immediately because the logout action redirects to the Share page and Google retains your credentials, so you'll just be logged right back in again.
The text was updated successfully, but these errors were encountered:
Hi @jpotts the share-oauth-sso depends on the scribe java library. I've checked if logout is supported by the API but that does not sound like it is.
In any case, logout would mean that we need to logout the user from the external Google session with the side effect of closing the session of all other related app session (GMail for example).Is this what you are looking for ?
Is there a way we can easily add support for logout? In the current code, if you logout, you'll get logged back in immediately because the logout action redirects to the Share page and Google retains your credentials, so you'll just be logged right back in again.
The text was updated successfully, but these errors were encountered: