···11## CSRF - CSRF protection using HMAC-signed state tokens
2233-%%VERSION%%
44-53CSRF protection using HMAC-signed state tokens with HKDF key derivation (RFC 5869) and constant-time signature verification. Provides `sign_state` and `verify_state` functions for secure OAuth state parameters.
6475## Installation