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

Session management #83

Open
Kukks opened this issue Aug 13, 2024 · 0 comments
Open

Session management #83

Kukks opened this issue Aug 13, 2024 · 0 comments

Comments

@Kukks
Copy link
Member

Kukks commented Aug 13, 2024

Since we are now using JWT tokens for auth, it is impossible to manage active sessions of a user. We need to

  • store every active session of a user
  • be able to revoke a session
  • when a session is revoked/ends, any active connection using it is terminated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant