summaryrefslogtreecommitdiffstats
path: root/modules/auth/sso/basic.go
Commit message (Expand)AuthorAgeFilesLines
* Add sso.Group, context.Auth, context.APIAuth to allow auth special routes (#1...Lunny Xiao2021-06-091-132/+0
* Allow Token/Basic auth on raw paths (#15987)zeripath2021-05-271-1/+1
* Prevent double-login for Git HTTP and LFS and simplify login (#15303)zeripath2021-05-151-18/+27
* Add trace logging to SSO methods (#15803)zeripath2021-05-091-0/+10
* Fix windows build error (#14263)Lunny Xiao2021-01-061-1/+1
* Fix recovery middleware to render gitea style page. (#13857)Lunny Xiao2021-01-051-7/+5
* API: Make BasicAuth Prefix case insensitive (#14106)65432020-12-231-1/+1
* Remove check on username if AccessToken authentication (#11015)zeripath2020-04-141-15/+5
* Add single sign-on support via SSPI on Windows (#8463)QuaSoft2019-11-231-0/+125