feat: add session tokens for automatic re-login #2
No reviewers
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
Aelthorim/chat-project!2
Loading…
Reference in a new issue
No description provided.
Delete branch "feat/session_tokens"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
it into a new sessions table (token -> user_id)
get_id_from_token to authenticate via a stored token instead of
username+password
sessionfile on successfullogin and attempts TokenLogin automatically on startup if that
file exists