gitea/routers/web/auth
wxiaoguang 3533263ced
Some checks failed
release-nightly / nightly-binary (push) Has been cancelled
release-nightly / nightly-docker-rootful (push) Has been cancelled
release-nightly / nightly-docker-rootless (push) Has been cancelled
Improve OAuth2 provider (correct Issuer, respect ENABLED) (#34966)
1. Make "Issuer" strictly follow the spec (see comment)
2. Make "/.well-known/openid-configuration" respond 404 if the OAuth2
provider is not enabled.

Then by the way, remove the JSEscape template helper because it is not
needed any more.
2025-07-06 13:36:45 +08:00
..
2fa.go Enforce two-factor auth (2FA: TOTP or WebAuthn) (#34187) 2025-04-28 15:31:59 -07:00
auth_test.go Improve oauth2 error handling (#33969) 2025-03-22 10:15:45 +08:00
auth.go Add post-installation redirect based on admin account status (#34493) 2025-06-21 18:48:06 +00:00
linkaccount.go Refactor error system (#33610) 2025-02-16 22:13:17 -08:00
main_test.go
oauth2_provider.go Improve OAuth2 provider (correct Issuer, respect ENABLED) (#34966) 2025-07-06 13:36:45 +08:00
oauth_test.go Use user.FullName in Oauth2 id_token response (#32542) 2024-11-18 19:24:17 +08:00
oauth.go Fix last admin check when syncing users (#34649) 2025-06-09 20:57:45 +00:00
openid.go Run gopls modernize on codebase (#34751) 2025-06-18 01:48:09 +00:00
password.go Enable addtional linters (#34085) 2025-04-01 10:14:01 +00:00
webauthn.go Refactor error system (#33610) 2025-02-16 22:13:17 -08:00