Releases: byu-oit/byu-jwt-nodejs
Releases · byu-oit/byu-jwt-nodejs
@byu-oit/fastify-jwt@0.1.0-beta.1
@byu-oit/fastify-jwt@0.1.0-beta.0
Features
- add dependency name to fastify plugin options (e028504)
@byu-oit/jwt@0.0.1-beta.0
0.0.1-beta.0 (2023-04-28)
Note: Version bump only for package @byu-oit/jwt
@byu-oit/fastify-jwt@0.0.1-beta.0
0.0.1-beta.0 (2023-04-28)
Note: Version bump only for package @byu-oit/fastify-jwt
v3.1.0
What's Changed
- Add intermediate variable to clarify what
await initPem(cache)
represents by @GaryGSC in #65
- Handle
aud
claims like API contexts from WSO2 by @GaryGSC in #64
Full Changelog: v3.0.7...v3.1.0
v3.0.7
- Throw better error if
x5t
in JWT doesn't match any known keys (#56)
- Improve test coverage