demo-oauth-client icon indicating copy to clipboard operation
demo-oauth-client copied to clipboard

Starlette Oauth logout not removing user

Open rmblau opened this issue 3 years ago • 1 comments
trafficstars

Hello,

I am using the starlette Google login demo, slightly modified for my use case, and I notice that when I use the logout function it doesn't properly clear the user from the browser cache and instead will log me back into the previously signed into account. I have no idea how to fix this presently. Any guidance would be appreciated. Thank you in advance.

rmblau avatar Jul 07 '22 22:07 rmblau

I have the same issue...

alikemalagirman avatar Aug 11 '22 19:08 alikemalagirman

https://developers.google.com/identity/protocols/oauth2/web-server#httprest

Please check this commit: https://github.com/authlib/demo-oauth-client/commit/e9c8aa1c9d05da32c8ca0a740b6475c78b53e6c6

lepture avatar Aug 20 '22 08:08 lepture