Releases: commercelayer/commercelayer-js-auth
Releases · commercelayer/commercelayer-js-auth
v6.7.0
What's Changed
🚀 Enhancement
- Update documentation for adding a store in scope by @marcomontalbano in #98
- Add
getProvisioningApiBaseEndpoint
helper method by @marcomontalbano in #99
Full Changelog: v6.6.5...v6.7.0
v6.6.5
What's Changed
🐛 Bug Fix
jwtVerify
extracts theiss
in the right way by @marcomontalbano in #97
Full Changelog: v6.6.4...v6.6.5
v6.6.4
What's Changed
🐛 Bug Fix
- Remove
unescape
andescape
since they are deprecated by @marcomontalbano in #96
Full Changelog: v6.6.3...v6.6.4
v6.6.3
What's Changed
🐛 Bug Fix
- Add support for multibyte characters in custom claim by @marcomontalbano in #95
Full Changelog: v6.6.2...v6.6.3
v6.6.2
What's Changed
🚀 Enhancement
- Update all dependencies to the latest major by @marcomontalbano in #92
🐛 Bug Fix
- Fallback for
iss
on old tokens when getCoreApiBaseEndpoint by @marcomontalbano in #93
Full Changelog: v6.6.1...v6.6.2
v6.6.1
What's Changed
🐛 Bug Fix
- Fallback for
iss
on old tokens when revoking by @marcomontalbano in #91
Full Changelog: v6.6.0...v6.6.1
v6.6.0
What's Changed
🚀 Enhancement
- Remove unnecessary
domain
option from bothjwtVerify
andrevoke
methods by @marcomontalbano in #89
Full Changelog: v6.5.0...v6.6.0
v6.5.0
What's Changed
🚀 Enhancement
- Add
getCoreApiBaseEndpoint
helper by @marcomontalbano in #88
Full Changelog: v6.4.0...v6.5.0
v6.4.0
What's Changed
🚀 Enhancement
- Update tests with the new token iss by @marcomontalbano in #87
- Add in-memory cache for jwks to the
jwtVerify
method by @marcomontalbano in #85
Full Changelog: v6.3.1...v6.4.0
v6.3.1
What's Changed
🐛 Bug Fix
- Fix the edge function crash on Vercel by @marcomontalbano in #84
Full Changelog: v6.3.0...v6.3.1