Releases: tsndr/cloudflare-worker-jwt
Releases · tsndr/cloudflare-worker-jwt
v2.4.7
- Added
alg
toheader
- Check if algorithms match during verification
Full Changelog: v2.4.6...v2.4.7
v2.4.6
- Switched to vitest
- Added esbuild
Full Changelog: v2.4.5...v2.4.6
v2.4.5
Full Changelog: v2.4.4...v2.4.5
v2.4.3
What's Changed
- Fix verification relying on a signing key by @nickthegroot in #65
New Contributors
- @nickthegroot made their first contribution in #65
Full Changelog: v2.4.2...v2.4.3
v2.4.2
Full Changelog: v2.4.1...v2.4.2
v2.4.1
Full Changelog: v2.4.0...v2.4.1
v2.4.0
What's Changed
- fix header not being typed when using sign by @Le0Developer in #56
- Fix UTF-8 Character Decoding in Base64 JWT Parsing by @kira924age in #59
- Fix typing to make build work by @dlackty in #62
- Fix unicode payload signing by @dlackty in #63
New Contributors
- @Le0Developer made their first contribution in #56
- @kira924age made their first contribution in #59
- @dlackty made their first contribution in #62
Full Changelog: v2.3.2...v2.4.0