gitea/services/auth
Lunny Xiao f62f68cbdd
Move team related functions to service layer (#32537)
There are still some functions under `models` after last big refactor
about `models`. This change will move all team related functions to
service layer with no code change.
2024-11-27 21:12:26 +00:00
..
source Move team related functions to service layer (#32537) 2024-11-27 21:12:26 +00:00
auth.go Refactor CSRF token (#32216) 2024-10-10 03:48:21 +00:00
auth_test.go
auth_token.go
auth_token_test.go
basic.go Enhancing Gitea OAuth2 Provider with Granular Scopes for Resource Access (#32573) 2024-11-22 12:06:41 +08:00
group.go
httpsign.go
interface.go
main_test.go
oauth2.go Enhancing Gitea OAuth2 Provider with Granular Scopes for Resource Access (#32573) 2024-11-22 12:06:41 +08:00
oauth2_test.go allow the actions user to login via the jwt token (#32527) 2024-11-20 15:24:09 +00:00
reverseproxy.go
session.go
signin.go
source.go
sspi.go
sspiauth_posix.go
sspiauth_windows.go
sync.go