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.
2024-08-19 17:58:53 +00:00
..
2fa.go
auth_test.go
auth.go allow synchronizing user status from OAuth2 login providers (#31572) 2024-07-16 20:33:16 +02:00
linkaccount.go add CfTurnstileSitekey context data to all captcha templates (#31874) 2024-08-19 17:58:53 +00:00
main_test.go
oauth_test.go
oauth.go OIDC: case-insensitive comparison for auth scheme Basic (#31706) 2024-07-26 19:51:45 +00:00
openid.go add CfTurnstileSitekey context data to all captcha templates (#31874) 2024-08-19 17:58:53 +00:00
password.go
webauthn.go