-
Notifications
You must be signed in to change notification settings - Fork 4.1k
ui: login: remember that user has a session #25171
Copy link
Copy link
Closed
Labels
A-webui-securityC-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
Description
If a user has logged in and opens another page, they should not be prompted to enter their username and password again; the page should somehow remember that they have a session.
Do this either by:
- Storing it browser-side in
localStorage - Templating
index.htmlserver-side with a variable such aswindow.loggedInUser = 'vilterp'.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-webui-securityC-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)