Cloudflare Worker Jwt Versions Save

A lightweight JWT implementation with ZERO dependencies for Cloudflare Workers.

v2.5.3

2 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/tsndr/cloudflare-worker-jwt/compare/v2.5.2...v2.5.3

v2.5.2

2 months ago
  • Removed unnecessary Math.abs()

Full Changelog: https://github.com/tsndr/cloudflare-worker-jwt/compare/v2.5.1...v2.5.2

v2.5.1

2 months ago

v2.5.0

2 months ago
  • Added clockTolerance option to jwt.verify().

Full Changelog: https://github.com/tsndr/cloudflare-worker-jwt/commits/v2.5.0

v2.4.7

2 months ago
  • Added alg to header
  • Check if algorithms match during verification

Full Changelog: https://github.com/tsndr/cloudflare-worker-jwt/compare/v2.4.6...v2.4.7

v2.4.6

2 months ago
  • Switched to vitest
  • Added esbuild

Full Changelog: https://github.com/tsndr/cloudflare-worker-jwt/compare/v2.4.5...v2.4.6

v2.4.3

3 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/tsndr/cloudflare-worker-jwt/compare/v2.4.2...v2.4.3