Releases: ulrikstrid/ocaml-jose
Releases · ulrikstrid/ocaml-jose
v0.3.1
CHANGES:
- Add result compatability package (by @anmonteiro)
- Add
kid
to JWK representation to keep it when parsing JSON input - Fix upper constraint on mirage-crypto
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