1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-10-02 02:22:32 +02:00
gitea/modules/context
Lunny Xiao fb3ffeb18d
Add sso.Group, context.Auth, context.APIAuth to allow auth special routes (#16086)
* Add sso.Group, context.Auth, context.APIAuth to allow auth special routes

* Remove unnecessary check

* Rename sso -> auth

* remove unused method of Auth interface
2021-06-09 19:53:16 +02:00
..
access_log.go
api_org.go
api_test.go
api.go Add sso.Group, context.Auth, context.APIAuth to allow auth special routes (#16086) 2021-06-09 19:53:16 +02:00
auth.go
captcha.go
context.go Add sso.Group, context.Auth, context.APIAuth to allow auth special routes (#16086) 2021-06-09 19:53:16 +02:00
csrf.go
form.go
org.go
pagination.go
permission.go
private.go
repo.go
response.go
xsrf_test.go
xsrf.go