aboutsummaryrefslogtreecommitdiffstats
path: root/modules/auth/sso/reverseproxy.go
Commit message (Expand)AuthorAgeFilesLines
* Add sso.Group, context.Auth, context.APIAuth to allow auth special routes (#1...Lunny Xiao2021-06-091-125/+0
* Fix bug in reverse proxy (#16026)zeripath2021-05-311-1/+1
* Allow Token/Basic auth on raw paths (#15987)zeripath2021-05-271-1/+1
* Create a session on ReverseProxy and ensure that ReverseProxy users cannot ch...zeripath2021-05-151-5/+14
* Add trace logging to SSO methods (#15803)zeripath2021-05-091-0/+2
* Fix windows build error (#14263)Lunny Xiao2021-01-061-1/+1
* Fix recovery middleware to render gitea style page. (#13857)Lunny Xiao2021-01-051-10/+9
* Use google/uuid to instead satori/go.uuid (#11943)Lunny Xiao2020-06-181-2/+2
* Add single sign-on support via SSPI on Windows (#8463)QuaSoft2019-11-231-0/+115