0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-03-08 20:52:03 -05:00
forgejo/routers/web/auth
Lunny Xiao 344bf48c9b
Add missed return after ctx.ServerError (#31130)
(cherry picked from commit b6f15c7948ac3d09977350de83ec91d5789ea083)
2024-06-02 16:26:54 +02:00
..
2fa.go
auth.go Add missed return after ctx.ServerError (#31130) 2024-06-02 16:26:54 +02:00
auth_test.go
linkaccount.go
main_test.go
oauth.go use existing oauth grant for public client (#31015) 2024-05-26 19:02:48 +02:00
oauth_test.go feat: implement PKCE when acting as oauth2 client (for user login) 2024-04-29 11:20:26 +02:00
openid.go
password.go
webauthn.go