0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-03-03 10:15:47 -05:00
forgejo/routers/web/auth
George Tsiamasiotis a126477e86 feat: Add option to disable builtin authentication.
Setting ENABLE_INTERNAL_SIGNIN to false will disable the built-in
signin form, should the administrator prefer to limit users to SSO.

Continuation of forgejo/forgejo#6076
2024-12-01 15:50:10 +01:00
..
2fa.go
auth.go feat: Add option to disable builtin authentication. 2024-12-01 15:50:10 +01:00
auth_test.go
linkaccount.go
main_test.go
oauth.go Use user.FullName in Oauth2 id_token response (#6071) 2024-11-27 07:48:32 +00:00
oauth_test.go Use user.FullName in Oauth2 id_token response (#6071) 2024-11-27 07:48:32 +00:00
openid.go
password.go fix: extend forgejo_auth_token table 2024-11-15 10:59:36 +01:00
webauthn.go