mirror of
https://github.com/goauthentik/authentik.git
synced 2026-06-17 19:09:11 +03:00
fc8424ac50
* stages/captcha: add Cap and JSON verification support Add a configurable verification request content type so CAPTCHA providers can use either form-encoded or JSON token verification. Add Cap as a preset and flow controller, including module-script loading, interactive widget handling, generated API/client types, tests, and docs. * web/admin: clarify Cap captcha configuration Treat the Cap endpoint as a form-only alias for the existing public key field and document Cap alongside the other CAPTCHA providers. Agent-thread: https://sdko.org/internal/threads/019e737a-314e-72d0-98ae-201cb855df3a A7k-product: product A7k-product-repo: 2 Co-authored-by: Agent <agent@svc.sdko.net> * stages/captcha: prefer self-hosted Cap widget URL Default the Cap provider guidance to the self-hosted widget asset and keep CDN usage pinned to reviewed releases. Agent-thread: https://sdko.org/internal/thr/ak/019ead31-2435-7e12-b933-e873155d6894 A7k-product: product A7k-product-repo: 2 Co-authored-by: Agent <agent@svc.sdko.net> * floating --------- Co-authored-by: Agent <agent@svc.sdko.net> Co-authored-by: Simonyi Gergő <28359278+gergosimonyi@users.noreply.github.com>