Panva Jose Versions Save

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

v5.4.0

2 weeks ago

Features

  • expose JWT's payload in JWTClaimValidationFailed instances (58bcffb), closes #680

Refactor

  • add explicit return types everywhere (cc2b2d7)

v5.3.0

1 month ago

Features

  • allow observing remote JWKS resolver state and its manual reload (fa8b639)

Refactor

  • if should not be the only statement in else blocks (a6b716b)

v5.2.4

2 months ago

Refactor

  • use createLocalJWKSet instead of LocalJWKSet in createRemoteJWKSet (a7c566c)

v5.2.3

3 months ago

Refactor

  • move iv generation and optional outputs around (05c4351)

v4.15.5

3 months ago

Fixes

v2.0.7

3 months ago

Fixes

v5.2.2

4 months ago

Fixes

  • types: iv and tag is optional in JSON serializations (53019cd)

v5.2.1

4 months ago

Fixes

  • build: refactor export targets for browser, node cjs, and node esm builds (50cbc65)

v5.2.0

5 months ago

Features

  • extend JWT NumericDate setter syntax (ae363c3)

v5.1.3

6 months ago

Build

  • add errors and base64url submodule exports (564412d)