CSRF - CSRF protection using HMAC-signed state tokens#
CSRF 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.
Installation#
opam install csrf will install this library.