1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-10-01 14:11:36 +02:00
gitea/services/auth
Lunny Xiao 3c3d49899f
Remove dependent on session auth for api/v1 routers (#19321)
* Remove dependent on session auth for api/v1 routers

* Remove unnecessary session on API context

* remove missed header

* fix test

* fix missed api/v1
2022-04-08 06:22:10 +02:00
..
source Move organization related structs into sub package (#18518) 2022-03-29 14:29:02 +08:00
auth_test.go
auth.go Remove dependent on session auth for api/v1 routers (#19321) 2022-04-08 06:22:10 +02:00
basic.go Add Package Registry (#16510) 2022-03-30 16:42:47 +08:00
group.go Let web and API routes have different auth methods group (#19168) 2022-03-28 12:46:28 +08:00
interface.go
oauth2.go
reverseproxy.go
session.go
signin.go Restore user autoregistration with email addresses (#19261) 2022-03-31 15:20:25 +02:00
source.go
sspi_windows.go Let web and API routes have different auth methods group (#19168) 2022-03-28 12:46:28 +08:00
sync.go