Files
matrix-authentication-service/templates/components
Quentin Gliech 62ccbdf6f1 Render the CAPTCHA widgets with React on server-rendered pages
Instead of provider-specific markup and script tags in the head, the
captcha.form() template macro now emits a placeholder element carrying
the CAPTCHA configuration in data attributes, on which a new entrypoint
mounts the React Captcha component. The widget still injects its hidden
response field inside the form, so the server-side verification flow is
unchanged.

This is the first use of inline React components to progressively
enhance server-rendered pages.
2026-08-07 10:28:09 +02:00
..
2026-07-03 10:51:13 +02:00
2025-12-03 14:04:46 +01:00