CSRF protection using HMAC-signed state tokens (RFC 5869, RFC 2104)
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

csrf: Add README.md

+13
+13
README.md
··· 1 + ## CSRF - CSRF protection using HMAC-signed state tokens 2 + 3 + %%VERSION%% 4 + 5 + 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. 6 + 7 + ## Installation 8 + 9 + `opam install csrf` will install this library. 10 + 11 + ## Documentation 12 + 13 + [API documentation](https://samoht.github.io/ocaml-csrf/doc)