0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-01 07:41:24 +01:00
gitea/services/auth
KN4CK3R 591f586bf1
Extract auth middleware from service (#27028)
Related #27027

Extract the router logic from `services/auth/middleware.go` into
`routers/web` <-> `routers/common` <-> `routers/api`.
2023-09-12 08:15:16 +02:00
..
source Improve LDAP group config documentation, fixes #21159 (#21227) 2023-09-05 13:18:53 -04:00
auth_test.go
auth.go
basic.go Remove Named interface (#26913) 2023-09-05 15:58:30 +00:00
group.go Remove Named interface (#26913) 2023-09-05 15:58:30 +00:00
httpsign.go Remove Named interface (#26913) 2023-09-05 15:58:30 +00:00
interface.go Remove Named interface (#26913) 2023-09-05 15:58:30 +00:00
oauth2.go Remove Named interface (#26913) 2023-09-05 15:58:30 +00:00
reverseproxy.go Remove Named interface (#26913) 2023-09-05 15:58:30 +00:00
session.go Remove Named interface (#26913) 2023-09-05 15:58:30 +00:00
signin.go
source.go
sspi_windows.go Remove Named interface (#26913) 2023-09-05 15:58:30 +00:00
sync.go