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

User session table #57

Open
neverovski opened this issue Dec 8, 2023 · 0 comments
Open

User session table #57

neverovski opened this issue Dec 8, 2023 · 0 comments
Assignees
Labels

Comments

@neverovski
Copy link
Owner

Is your feature request related to a problem? Please describe.
Currently, our platform lacks a dedicated mechanism for managing user sessions. This hinders our ability to track user activity, maintain session security, and implement features such as session timeout.

Describe the solution you'd like
Introduce a "User Session Table" to the database schema. This table will store essential information related to user sessions, including session tokens, user IDs, timestamps of session creation and last activity, and any relevant metadata. The implementation should also include mechanisms to manage session timeouts and ensure secure handling of session data.

@neverovski neverovski added question Further information is requested feature labels Dec 8, 2023
@neverovski neverovski self-assigned this Dec 8, 2023
@neverovski neverovski removed the question Further information is requested label Dec 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant