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.

Update lock file

+1 -3
+1 -3
csrf.opam
··· 6 6 maintainer: ["Thomas Gazagnaire <thomas@gazagnaire.org>"] 7 7 authors: ["Thomas Gazagnaire <thomas@gazagnaire.org>"] 8 8 license: "MIT" 9 - homepage: "https://github.com/samoht/ocaml-csrf" 10 - bug-reports: "https://github.com/samoht/ocaml-csrf/issues" 11 9 depends: [ 12 10 "ocaml" {>= "4.08"} 13 11 "dune" {>= "3.0" & >= "3.0"} ··· 33 31 "@doc" {with-doc} 34 32 ] 35 33 ] 36 - dev-repo: "git+https://github.com/samoht/ocaml-csrf.git" 34 + dev-repo: "https://tangled.org/gazagnaire.org/ocaml-csrf"