mongoosejs / mongoosejs/studio
Timeout mode
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 25
- Forks
- 0
- Avg merge
- 8h 23m
- Merged PRs (30d)
- 2
Description
From a security standpoint, if someone is logged into studio on prod and then they lose their laptop or someone uses it while their away, serious damage could be caused on production. Maybe like a 15 minute timer of inactivity before they need to login again?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the studio's login and session-handling entry points; the issue does not name specific files or tests. Determine how inactivity is tracked and how reauthentication is triggered, then verify that a 15-minute idle period requires login again without disrupting active use.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- authentication, security
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100