Cloudflare Worker Jwt Versions Save

A lightweight JWT implementation with ZERO dependencies for Cloudflare Workers.

v2.4.0

4 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/tsndr/cloudflare-worker-jwt/compare/v2.3.2...v2.4.0

v2.3.2

6 months ago
  • Added generics to sign<Payload = {}>()

v2.3.1

6 months ago
  • Added generics to decode<Payload = {}, Header = {}>()

v2.3.0

6 months ago
  • Fixed issue #49, where decode() might produce the expected result in some instances (thanks @simcolin, for your help with debugging ❤️)

v2.2.10

7 months ago
  • Updated package.json

v2.2.9

7 months ago
  • Clean up

v2.2.8

7 months ago
  • Refactored

v2.2.7

7 months ago
  • Updated .npmignore to exclude jest.config.ts from npm package

v2.2.6

7 months ago
  • Updated tests

v2.2.5

8 months ago
  • Remove .editorconfig from npm package