Skip to content

Releases: panva/jose

v1.18.2

08 Jan 12:26
Compare
Choose a tag to compare

Bug Fixes

  • ensure asn1.js version to remove Buffer deprecation notice (13b1106)
  • expose JOSENotSupported key import errors on unsupported runtimes (bc81e5d)
  • typo in JOSENotSupported error when x509 certs are not supported (bb58c9c)

v1.18.1

01 Jan 20:27
Compare
Choose a tag to compare

Bug Fixes

  • force iat past check when maxTokenAge option is used + JWT refactor (828ad5a)

v1.18.0

31 Dec 13:26
Compare
Choose a tag to compare

Features

  • add JWT validation profiles for Access Tokens and Logout Tokens (7bb5c95)

v1.17.2

17 Dec 19:44
Compare
Choose a tag to compare

Bug Fixes

  • skip validating iat is in the past when exp is present (0ed5025)

v1.17.1

10 Dec 16:09
Compare
Choose a tag to compare

Bug Fixes

  • properly fail to import unsupported openssh formatted keys (bee5744)

v1.17.0

10 Dec 14:04
Compare
Choose a tag to compare

Features

  • importing a certificate populates x5c and x5t thumbprints (25a7a71), closes #59

v1.16.2

05 Dec 20:01
Compare
Choose a tag to compare

Bug Fixes

  • handle Unencoded Payload (b64:false) with arbitrary buffer payloads (daabedc), closes #57

v1.16.1

05 Dec 09:35
Compare
Choose a tag to compare

Bug Fixes

  • allow PBES2 for the correct JWK use values (f0d7194)

v1.16.0

04 Dec 14:51
Compare
Choose a tag to compare

Features

  • two official jose plugins/extensions for those living on the edge, closes #56

https://github.com/panva/jose-chacha
https://github.com/panva/jose-x25519-ecdh

See the docs of each if you need them.

v1.15.1

30 Nov 13:48
Compare
Choose a tag to compare

Bug Fixes

  • typescript: export Key Input types (0277fcd)