Expand description
Form-token manager (RFC-013 §3).
FormTokenManager wraps the primitives needed to issue single-use form
tokens (CSRF protection + idempotency replay) and consume them atomically.
Structs§
- Form
Token Manager - Manages form-token issuance and consumption (RFC-013 §3).