Releases: ulrikstrid/ocaml-jose
Releases · ulrikstrid/ocaml-jose
v0.3.0
CHANGES:
- Change the JWT representation to be based on a GADT, this allows us to use a private JWT for anything where a public JWT is enough.
- Add JWE encryption and decryption
v0.2.0
CHANGES:
- Change from nocrypto to mirage
v0.1.0
CHANGES:
- Initial release