Releases: tsndr/cloudflare-worker-jwt
Releases · tsndr/cloudflare-worker-jwt
v3.1.3
Full Changelog: v3.1.2...v3.1.3
v3.1.2
Full Changelog: v3.1.1...v3.1.2
v3.1.1
Full Changelog: v3.1.0...v3.1.1
v3.1.0
- Add
options.header
to be able to extend the header
Full Changelog: v3.0.0...v3.1.0
v3.0.0
Breaking Change
verify()
will now return the decoded token orundefined
instead of a boolean value.
Full Changelog: v2.5.4...v3.0.0
v2.5.4
What's Changed
- fix sign/verify secret parameter typing by @denbeigh2000 in #78
- fix: include
esbuild
asdevDependency
by @abiriadev in #81
New Contributors
- @denbeigh2000 made their first contribution in #78
- @abiriadev made their first contribution in #81
Full Changelog: v2.5.3...v2.5.4
v2.5.3
v2.5.2
- Removed unnecessary
Math.abs()
Full Changelog: v2.5.1...v2.5.2
v2.5.1
- Fixed falsly invalid tokens
Full Changelog: v2.5.0...v2.5.1
v2.5.0
- Added
clockTolerance
option tojwt.verify()
.
Full Changelog: https://github.com/tsndr/cloudflare-worker-jwt/commits/v2.5.0