summaryrefslogtreecommitdiff
path: root/lib/gitlab/namespaced_session_store.rb
Commit message (Collapse)AuthorAgeFilesLines
* CE port of "Require session with smartcard login for Git access"Imre Farkas2019-07-051-5/+10
|
* Session stored globally per requestjej/session-stored-globalyJames Edwards-Jones2019-05-021-0/+22
- This can be accessed with Session.current and is restored after. - Data can be stored under a key with NamespacedSessionStore