Skip to content

ui: login: remember that user has a session #25171

@vilterp

Description

@vilterp

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.html server-side with a variable such as window.loggedInUser = 'vilterp'.

Metadata

Metadata

Assignees

Labels

A-webui-securityC-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions