Skip to content

Releases: ulrikstrid/ocaml-jose

v0.3.1

22 May 11:44
Compare
Choose a tag to compare

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

28 Apr 20:32
d32e561
Compare
Choose a tag to compare

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

13 Mar 20:11
8bfab83
Compare
Choose a tag to compare

CHANGES:

  • Change from nocrypto to mirage

v0.1.0

22 Jan 20:34
7416d07
Compare
Choose a tag to compare

CHANGES:

  • Initial release