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.

at main 3 lines 101 B view raw
1(** CSRF token signing and verification tests. *) 2 3val suite : string * unit Alcotest.test_case list