gitea/routers/web/auth
wxiaoguang d6d643fe86
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
Fix http auth header parsing (#34936)
Using `strings.EqualFold` is wrong in many cases.
2025-07-03 03:02:38 +00: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 make writing main test easier (#27270) 2023-09-28 01:38:53 +00:00
oauth2_provider.go Fix http auth header parsing (#34936) 2025-07-03 03:02:38 +00: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