Closed
Bug 1150680
Opened 10 years ago
Closed 8 years ago
add logout function
Categories
(Release Engineering Graveyard :: Applications: Balrog (frontend), enhancement)
Release Engineering Graveyard
Applications: Balrog (frontend)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: u429623, Unassigned)
References
Details
I always like to log out of administrative services. Helps prevent PEBKAC errors.
Looks like the best that can be done now is to close the tab.
Comment 1•10 years ago
|
||
I don't think this is possible because it uses HTTP Auth...
Comment 2•9 years ago
|
||
http://stackoverflow.com/questions/233507/how-to-log-out-user-from-web-site-using-basic-authentication/492926#492926 has an idea about how to do this.
Comment 3•9 years ago
|
||
Considering how hacky this would be with HTTP auth(sending a known bad username/password to force the logout), I don't think this is worth doing yet.
We'll likely want to move to Okta at some point, and this should be easier to do afterwards.
Comment 4•8 years ago
|
||
(In reply to Ben Hearsum (:bhearsum) from comment #3)
> Considering how hacky this would be with HTTP auth(sending a known bad
> username/password to force the logout), I don't think this is worth doing
> yet.
>
> We'll likely want to move to Okta at some point, and this should be easier
> to do afterwards.
Yeah, this is WONTFIX. We will be changing auth in some way in the future.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
Updated•6 years ago
|
Product: Release Engineering → Release Engineering Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•