I would go: 1. User requests form 2. Form is returned with the `idempotency_key` pre-set by the bac

I would go:
  1. User requests form
  2. Form is returned with the idempotency_key pre-set by the backend
  3. User submits form
  4. Site Verify with idempotency_key from form returns sucess
    Later...
  5. Site Verify same form with changed data, but same Turnstile token and idempotency_key returns sucess
Was this page helpful?