PASETO tokens for OCaml - v3.local (AES-256-CTR) and v4.local (XChaCha20)
OCaml 92.5%
Dune 2.3%
Other 5.3%
23 1 0

Clone this repository

https://tangled.org/gazagnaire.org/ocaml-paseto https://tangled.org/did:plc:jhift2vwcxhou52p3sewcrpx/ocaml-paseto
git@git.recoil.org:gazagnaire.org/ocaml-paseto git@git.recoil.org:did:plc:jhift2vwcxhou52p3sewcrpx/ocaml-paseto

For self-hosted knots, clone URLs may differ based on your setup.

Download tar.gz
README.md

PASETO - Platform-Agnostic Security Tokens implementation#

Type-safe PASETO tokens (RFC draft) for OCaml. Supports v3.local (AES-256-CTR + HMAC-SHA384) and v4.local (XChaCha20-Poly1305) for symmetric authenticated encryption of JSON payloads.

Installation#

opam install paseto will install this library.

Documentation#