Each session has a unique, random, id. If a session tries to use this ID and its wrong, it terminates the session, forcing relogin.
A reissued key changes the salt, password and re-encryptes the master pass
Keys older than 30 days are deleted automatically
Add option for user to log out all other active sessions
TODO:
* Set up mechanism to reissue key to user
* Each session has a unique, random, id. If a session tries to use this ID and its wrong, it terminates the session, forcing relogin.
* A reissued key changes the salt, password and re-encryptes the master pass
* Keys older than 30 days are deleted automatically
* Add option for user to log out all other active sessions
Max
added the In Progress label 2020-06-08 16:26:45 -07:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
TODO: