aboutsummaryrefslogtreecommitdiffstats
path: root/modules/auth/sso/sspi_windows.go
Commit message (Expand)AuthorAgeFilesLines
* Add sso.Group, context.Auth, context.APIAuth to allow auth special routes (#1...Lunny Xiao2021-06-091-246/+0
* Add trace logging to SSO methods (#15803)zeripath2021-05-091-0/+2
* Move middlewares to web/middleware (#14480)Lunny Xiao2021-01-301-4/+4
* Fix access log (#14475)Lunny Xiao2021-01-271-3/+4
* Use IsProd instead of testing if it's equal. (#14336)Lunny Xiao2021-01-141-1/+1
* Fix typo (#14332)Lunny Xiao2021-01-141-1/+1
* Fix windows build error (#14263)Lunny Xiao2021-01-061-32/+35
* Fix recovery middleware to render gitea style page. (#13857)Lunny Xiao2021-01-051-8/+9
* Direct avatar rendering (#13649)silverwind2020-12-031-1/+1
* Skip SSPI authentication attempts for /api/internal (#12556)zeripath2020-08-221-0/+2
* Use google/uuid to instead satori/go.uuid (#11943)Lunny Xiao2020-06-181-3/+3
* Add single sign-on support via SSPI on Windows (#8463)QuaSoft2019-11-231-0/+237