Panva Jose Versions Save

JWA, JWS, JWE, JWT, JWK, JWKS for Node.js, Browser, Cloudflare Workers, Deno, Bun, and other Web-interoperable runtimes.

v4.14.6

8 months ago

Fixes

  • build: publish bundle and umd files with jose-browser-runtime module (62fcbcc), closes #571

v4.14.5

8 months ago

Refactor

  • catch type error when decoding base64url signature (#569) (935e920)
  • catch type errors when decoding various base64url strings (9024e87)

v4.14.4

1 year ago

Refactor

  • cleanup NODE-ED25519 workerd workarounds (072e83d)

v4.14.3

1 year ago

Reverts

  • Revert "fix(types): headers and payloads may only be JSON values and primitives" (06d8101), closes #534

v4.14.2

1 year ago

Fixes

  • types: headers and payloads may only be JSON values and primitives (24f306e)

v4.14.1

1 year ago

This release is to start using provenance statements.

v4.14.0

1 year ago

Features

  • add requiredClaims JWT validation option (eeea91d)

v4.13.2

1 year ago

This release contains only minor code refactoring, documentation, and IntelliSense updates.

v4.13.1

1 year ago

Fixes

  • workerd: avoid "The script will never generate a response" edge cases completely (96a8c99), closes #355 #509

v4.13.0

1 year ago

Features

  • types: allow generics to aid in CryptoKey or KeyObject narrowing of KeyLike (6effa4d)

Fixes

  • make jose.EmbeddedJWK arguments optional (20610a9)