Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logout of AdminUI #706

Open
jayeff opened this issue Feb 10, 2021 · 0 comments
Open

Logout of AdminUI #706

jayeff opened this issue Feb 10, 2021 · 0 comments

Comments

@jayeff
Copy link

jayeff commented Feb 10, 2021

As a logged in user I want to logout of the current session so that I can login as a different user.


Currently login is handled by BasicAuth which requires quitting the browser to invalidate the authenticated session. There are some hacky solutions with JS (eg. [1,2]) which maybe can logout from a Basic Auth session.

It would require some testing in different browser to see if it works but could potentially be quite simple addition to the Admin UI (maybe a 'logout' button/link in the ⚙️ Setting screen)

[1] https://stackoverflow.com/questions/233507/how-to-log-out-user-from-web-site-using-basic-authentication/60450491#60450491
[2] https://tuhrig.de/basic-auth-log-out-with-javascript/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants