Session token expiry #3

Open
opened 2026-07-19 22:57:12 +02:00 by Aelthorim · 0 comments
Owner

Tokens in the sessions table never expire right now. Add an expires_at (or created_at and a TTL check), reject expired tokens in token_login, maybe a cleanup task that prunes old rows.

Tokens in the ```sessions``` table never expire right now. Add an ```expires_at``` (or ```created_at``` and a TTL check), reject expired tokens in ```token_login```, maybe a cleanup task that prunes old rows.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
Aelthorim/chat-project#3
No description provided.