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
Rowan Bohde 0d24c9f383
add CfTurnstileSitekey context data to all captcha templates (#31874)
In the OpenID flows, the "CfTurnstileSitekey" wasn't populated, which
caused those flows to fail if using Turnstile as the Captcha
implementation.

This adds the missing context variables, allowing Turnstile to be used
in the OpenID flows.
6 months ago
..
2fa.go Move context from modules to services (#29440) 1 year ago
auth.go allow synchronizing user status from OAuth2 login providers (#31572) 7 months ago
auth_test.go Refactor names (#31405) 8 months ago
linkaccount.go add CfTurnstileSitekey context data to all captcha templates (#31874) 6 months ago
main_test.go make writing main test easier (#27270) 1 year ago
oauth.go OIDC: case-insensitive comparison for auth scheme `Basic` (#31706) 7 months ago
oauth_test.go Bump github.com/golang-jwt/jwt to v5 (#25975) 2 years ago
openid.go add CfTurnstileSitekey context data to all captcha templates (#31874) 6 months ago
password.go Clean up log messages (#30313) 11 months ago
webauthn.go Add Passkey login support (#31504) 8 months ago