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

Login sessions management #53

Open
janbarasek opened this issue Jan 30, 2022 · 0 comments
Open

Login sessions management #53

janbarasek opened this issue Jan 30, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@janbarasek
Copy link
Member

Implement custom logic for session management. Use existing table to store history.

In the account detail view:

  • List of actively logged sessions that have not been marked as logged out.
  • Ability to see which sessions are currently online (including propagating status to other application layers)
  • A button to log out all sessions other than the acoustic one
  • Button to log out all sessions, including the current one
  • Automatic logout of all sessions if the user is locked out

Sessions must be authenticated in keep-auth requests. If the session is no longer valid, automatically log the user out.

Allow administrators to log out sessions of all other users (security).

@janbarasek janbarasek added the enhancement New feature or request label Jan 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant