clam icon indicating copy to clipboard operation
clam copied to clipboard

Implement a way to log out or at least switch user

Open proycon opened this issue 5 years ago • 1 comments

Logging out is technically not possible with HTTP Basic Authentication:

https://stackoverflow.com/questions/233507/how-to-log-out-user-from-web-site-using-basic-authentication

But see if a hack can be implemented to at least force new credentials, with a link from the interface.

proycon avatar Apr 11 '19 11:04 proycon

This is probably the best workaround: https://stackoverflow.com/a/492926/3311445

proycon avatar Apr 11 '19 12:04 proycon