aboutsummaryrefslogtreecommitdiffstats
path: root/modules/auth/sso/sso.go
Commit message (Expand)AuthorAgeFilesLines
* Add sso.Group, context.Auth, context.APIAuth to allow auth special routes (#1...Lunny Xiao2021-06-091-154/+0
* Allow Token/Basic auth on raw paths (#15987)zeripath2021-05-271-3/+3
* Prevent double-login for Git HTTP and LFS and simplify login (#15303)zeripath2021-05-151-1/+16
* Add trace logging to SSO methods (#15803)zeripath2021-05-091-0/+4
* Add SameSite setting for cookies (#14900)zeripath2021-03-071-3/+2
* Move middlewares to web/middleware (#14480)Lunny Xiao2021-01-301-4/+4
* Fix access log (#14475)Lunny Xiao2021-01-271-10/+0
* Fix recovery middleware to render gitea style page. (#13857)Lunny Xiao2021-01-051-14/+14
* Skip SSPI authentication attempts for /api/internal (#12556)zeripath2020-08-221-0/+5
* Add single sign-on support via SSPI on Windows (#8463)QuaSoft2019-11-231-0/+141