Replies: 1 comment
-
Hi... I'm having the same issue but with Keycloak. I found this issue regarding auth0 signout #638 maybe can help with your issue |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
provider : auth0
connection : with email and password.
after the first connection.
we disconnect, then when we reconnect we are not redirected to the connection page (mail + password) but it connects directly with the old informations, as if the signOut() didn't work.
and in auth0 dashbord ==> Logs ==> Search :
for signIn() ==> Success Login
but for signOut() ==> Success Exchange
normally if everything is good when signOut(), we must have "Success Logout"
Beta Was this translation helpful? Give feedback.
All reactions