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: Remove %%VERSION%% from README

-2
-2
README.md
··· 1 1 ## CSRF - CSRF protection using HMAC-signed state tokens 2 2 3 - %%VERSION%% 4 - 5 3 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 4 7 5 ## Installation