Skip to content

Releases: panva/jose

v4.6.1

11 Apr 13:12
Compare
Choose a tag to compare

This release contains only code refactoring and documentation updates.

v4.6.0

06 Mar 14:01
Compare
Choose a tag to compare

Features

  • mark APIs and parameters that can lead to footguns as deprecated (0ddbcc6)
  • types: include JSDoc in the types (74187a9)

v4.5.3

05 Mar 10:25
Compare
Choose a tag to compare

Fixes

  • web api runtime: rely on default fetch init values (df6d966)

v4.5.2

04 Mar 21:42
Compare
Choose a tag to compare

Fixes

  • decrypting empty ciphertext compact JWEs (#374) (95fe597)

v4.5.1

22 Feb 10:35
Compare
Choose a tag to compare

Fixes

  • typescript: allow synchronous get key functions (7c99153)

v4.5.0

07 Feb 13:09
Compare
Choose a tag to compare

Features

  • add jose.decodeJwt utility (3d2a2b8)

Fixes

  • concurrent fetch await in cloudflare (e44cd18), closes #355

v4.4.0

24 Jan 16:42
Compare
Choose a tag to compare

Features

  • add createLocalJWKSet, resolver to verify using a local JWKSet (bd7bf37)

v4.3.9

22 Jan 17:29
Compare
Choose a tag to compare

Fixes

  • only add y to the epk header parameter when EC keys are used (dd6775e), closes #348

v4.3.8

09 Jan 14:10
Compare
Choose a tag to compare

This release contains only code refactoring and documentation updates.

v4.3.7

18 Nov 07:13
Compare
Choose a tag to compare

Fixes

  • typescript: b64: true is fine to use in JWT, its useless, but allowed (#324) (ee401c9)