K
Kinde2mo ago
ryno1234.

Logging out of not only Kinde, but also the social provider (Google)

I've logged in to my application via Kinde's integration with Google. I'm able to access my app appropriately. I then realized I logged in via the wrong Google account so I use the logout button on my site which goes to Kinde's /logout endpoint. This appropriate logs me out of my site and apparently Kinde as well. I attempt to log back in. I'm presented with the Kinde login screen as expected. I select "Google"... This is where my problem is: I am not prompted to select my appropriate Google account, I simply automatically log in to my last Google account (which was incorrect and the whole reason I logged out in the first place) How can I make sure that the logout process also clears my previously-logged in account with Google? Thanks!
3 Replies
IkiTg07
IkiTg072mo ago
Hey, how you doing ? Which SDK and version are you using ? I'm using the NextJS one and I don't have this issue you're facing regarding social provider not logged out
ryno1234.
ryno1234.OP2mo ago
I am not using an SDK. I'm simply using the auth endpoints
IkiTg07
IkiTg072mo ago
Have you checked if the cookies are correctly deleted after login out ?

Did you find this page helpful?