0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-03-15 01:32:59 +01:00
gitea/services/auth
Lunny Xiao e2277d07ca
Move some asymkey functions to service layer (#28894)
After the moving, all models will not depend on `util.Rename` so that I
can do next step refactoring.
2024-03-04 08:57:39 +00:00
..
source
auth.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
auth_test.go
auth_token.go
auth_token_test.go
basic.go
group.go
httpsign.go
interface.go
main_test.go
oauth2.go
reverseproxy.go Start to migrate from util.OptionalBool to optional.Option[bool] (#29329) 2024-02-23 02:18:33 +00:00
session.go
signin.go
source.go Final round of db.DefaultContext refactor (#27587) 2023-10-14 08:37:24 +00:00
sspi.go
sspiauth_posix.go
sspiauth_windows.go Make SSPI auth mockable (#27036) 2023-09-17 23:32:56 +00:00
sync.go