1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-03 01:45:47 +00: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 Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
auth.go Fix install page context, make the install page tests really test (#24858) 2023-05-23 09:29:15 +08:00
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 Modify OAuth login ui and fix display name, iconurl related logic (#25030) 2023-06-08 16:35:29 +00:00
source.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
sspi_windows.go Remove Named interface (#26913) 2023-09-05 15:58:30 +00:00
sync.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00