You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/routers/web/auth
wxiaoguang 0aedb03996
Fix LFS route mock, realm, middleware names (#32488)
1. move "internal-lfs" route mock to "common-lfs"
2. fine tune tests
3. fix "realm" strings, according to RFC:
https://datatracker.ietf.org/doc/html/rfc2617:
    * realm       = "realm" "=" realm-value
    * realm-value = quoted-string
4. clarify some names of the middlewares, rename `ignXxx` to `optXxx` to
match `reqXxx`, and rename ambiguous `requireSignIn` to `reqGitSignIn`
5 months ago
..
2fa.go Move context from modules to services (#29440) 1 year ago
auth.go Refactor CSRF token (#32216) 6 months ago
auth_test.go Refactor names (#31405) 9 months ago
linkaccount.go add CfTurnstileSitekey context data to all captcha templates (#31874) 7 months ago
main_test.go make writing main test easier (#27270) 2 years ago
oauth.go Refactor CSRF token (#32216) 6 months ago
oauth2_provider.go Fix LFS route mock, realm, middleware names (#32488) 5 months ago
oauth_test.go Make oauth2 code clear. Move oauth2 provider code to their own packages/files (#32148) 6 months ago
openid.go add CfTurnstileSitekey context data to all captcha templates (#31874) 7 months ago
password.go Remove urls from translations (#31950) 7 months ago
webauthn.go Add Passkey login support (#31504) 9 months ago