cloudflare-worker-jwt

A lightweight JWT implementation with ZERO dependencies for Cloudflare Workers.

MIT License

Downloads
107.2K
Stars
661

Bot releases are visible (Hide)

cloudflare-worker-jwt - v2.5.3 Latest Release

Published by tsndr 7 months ago

What's Changed

New Contributors

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

cloudflare-worker-jwt - v2.5.2

Published by tsndr 8 months ago

  • Removed unnecessary Math.abs()

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

cloudflare-worker-jwt - v2.5.1

Published by tsndr 8 months ago

cloudflare-worker-jwt - v2.5.0

Published by tsndr 8 months ago

  • Added clockTolerance option to jwt.verify().

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

cloudflare-worker-jwt - v2.4.7

Published by tsndr 8 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

cloudflare-worker-jwt - v2.4.6

Published by tsndr 8 months ago

  • Switched to vitest
  • Added esbuild

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

cloudflare-worker-jwt - v2.4.5

Published by tsndr 9 months ago

cloudflare-worker-jwt - v2.4.4

Published by tsndr 9 months ago

cloudflare-worker-jwt - v2.4.3

Published by tsndr 9 months ago

What's Changed

New Contributors

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

cloudflare-worker-jwt - v2.4.2

Published by tsndr 9 months ago

cloudflare-worker-jwt - v2.4.1

Published by tsndr 9 months ago

cloudflare-worker-jwt - v2.4.0

Published by tsndr 9 months ago

What's Changed

New Contributors

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

cloudflare-worker-jwt - v2.3.2

Published by tsndr 11 months ago

  • Added generics to sign<Payload = {}>()
cloudflare-worker-jwt - v2.3.1

Published by tsndr 11 months ago

  • Added generics to decode<Payload = {}, Header = {}>()
cloudflare-worker-jwt - v2.3.0

Published by tsndr 11 months ago

  • Fixed issue #49, where decode() might produce the expected result in some instances (thanks @simcolin, for your help with debugging ❤️)
cloudflare-worker-jwt - v2.2.10

Published by tsndr 11 months ago

  • Updated package.json
cloudflare-worker-jwt - v2.2.9

Published by tsndr 11 months ago

  • Clean up
cloudflare-worker-jwt - v2.2.8

Published by tsndr 11 months ago

  • Refactored
cloudflare-worker-jwt - v2.2.7

Published by tsndr 11 months ago

  • Updated .npmignore to exclude jest.config.ts from npm package
cloudflare-worker-jwt - v2.2.6

Published by tsndr 11 months ago

  • Updated tests