Sessions are not deleted from database
Open
- Dominant language
- Rust
- Stars
- 4
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Old sessions are only deleted under 2 conditions:
1. If a user uses the `DeleteSession` endpoint
2. If a user uses an expired refresh token for `GetAuthToken` endpoint
Overtime sessions will add up in database, maybe something should be done
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.