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
Even though we have a logout button in the admin UI, it is impossible to change the user I am logged in as. The reason for this is that the Kratos session is not terminated.
I think we should either:
Logout from Kratos
Start using max_age=0 or prompt=login to force authentication (probably not what we want)
Add a way to logout from the Login UI/Kratos
Remove logout
The text was updated successfully, but these errors were encountered:
Even though we have a logout button in the admin UI, it is impossible to change the user I am logged in as. The reason for this is that the Kratos session is not terminated.
I think we should either:
max_age=0
orprompt=login
to force authentication (probably not what we want)The text was updated successfully, but these errors were encountered: