-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add a session length maximum time limit (#405)
* make session id recycle after 24 hours * less pythony variables in test * add the start time if the client doesn't already have it * put session start time at end of storage so you can rollback if needed * add tests that show that clock moving forward by 24 hours resets session id * and a test for inactivity threshold
- Loading branch information
1 parent
6929034
commit 8804cb8
Showing
3 changed files
with
261 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.