What is this?
Our multi-step public forms (like sign-ups and applications) include a built-in security check.
Think of it like a tamper-proof seal on a form.
Why do we need it?
- Ensures each user continues their own form, not someone else's.
- Prevents attackers from modifying the form between steps.
- Detects if someone tries to forge or replay a form submission.
Will users notice?
No. It's completely invisible. The system handles everything automatically.
Users see the same familiar form, fill it out normally, and submit as usual.
Technical note: This uses industry-standard authenticated encryption.
If anything looks wrong, the system rejects it and shows a clear error message.