Support multiple sessions for each user
Breaking API change, adding a "session_id" field to Open and Close calls.
Multiple sessions can be attached to the same decrypted key, each expiring (or being closed) independently: the key will only be dropped when the last session terminates.
Fixes issue #3 (closed).
Edited by ale
Merge request reports
Activity
added 15 commits
-
ecb0df8a...becc7e22 - 12 commits from branch
master
- 070c74a4 - Support multiple sessions for each user
- ec985815 - Isolate session namespaces between users
- 98e45722 - Comment and code cleanup
Toggle commit list-
ecb0df8a...becc7e22 - 12 commits from branch
added 1 commit
- 73e4c61d - Add a test for backwards compatibility with clients lacking session IDs
added 1 commit
- d0cd64f4 - Add a metric for active sessions, fix locking
mentioned in commit 46112664
mentioned in commit sso-server@1313a813
mentioned in merge request sso-server!75 (merged)
Please register or sign in to reply