Panva Jose Versions Save

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

v5.2.4

4 weeks ago

Refactor

  • use createLocalJWKSet instead of LocalJWKSet in createRemoteJWKSet (a7c566c)

v5.2.3

1 month ago

Refactor

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

v4.15.5

1 month ago

Fixes

v2.0.7

1 month ago

Fixes

v5.2.2

2 months ago

Fixes

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

v5.2.1

3 months ago

Fixes

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

v5.2.0

4 months ago

Features

  • extend JWT NumericDate setter syntax (ae363c3)

v5.1.3

5 months ago

Build

  • add errors and base64url submodule exports (564412d)

v5.1.2

5 months ago

Fixes

  • do not mutate JWTVerifyOptions.requiredClaims (1bf9cec), closes #610

v5.1.1

5 months ago

Refactor

  • deprecate the RSA1_5 JWE Algorithm (f746da1)