Log out an idle user after short timeout
- Dominant language
- TypeScript
- Stars
- 52
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
**Is your feature request related to a problem? Please describe.**
If the user keeps working on a project and do not log out, it may block the other users.
**Describe the solution you'd like**
Logout the user automatically after a certain time period (15 minutes)
**Describe alternatives you've considered**
N/A
**Additional context**
This may be related to https://github.com/asyml/stave/issues/102
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue names no files, tests, or entry points. First locate the existing session and logout handling, then determine how idle time is tracked and where a 15-minute timeout belongs. Done means an idle user is logged out after 15 minutes while active work is not interrupted, with coverage for both behaviors.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- authentication
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100