Releases: fastify/fastify-jwt
Releases · fastify/fastify-jwt
v9.0.1
v9.0.0
What's Changed
- build(deps): bump @fastify/error from 3.4.1 to 4.0.0 by @dependabot in #337
- Merge
next
intomaster
by @jsumners in #339 - build(deps-dev): bump @types/node from 20.14.13 to 22.0.0 by @dependabot in #340
- build(deps): bump fastify/workflows from 4.1.0 to 5.0.0 by @dependabot in #342
- chore: update min fastify version by @Fdawgs in #341
- Docs(README): Fix code example indentation by @kerolloz in #345
New Contributors
Full Changelog: 8.0.1...v9.0.0
v8.0.1
v8.0.0
What's Changed
- test: use t.error by @Uzlopak in #322
- build(deps-dev): bump tsd from 0.29.0 to 0.30.0 by @dependabot in #320
- docs(readme): add missing extractToken option by @dancastillo in #324
- Ignore authorization headers if not Bearer by @cberescu in #325
Full Changelog: v7.2.4...v8.0.0
v7.2.4
v7.2.3
What's Changed
- Added missing comma in cookie example by @sakerhetspolisen in #311
- chore(package): explicitly declare js module type by @Fdawgs in #312
- types: add key option to sign and verify by @KirillTregubov in #314
New Contributors
- @sakerhetspolisen made their first contribution in #311
- @KirillTregubov made their first contribution in #314
Full Changelog: v7.2.2...v7.2.3
v7.2.2
What's Changed
- build(deps-dev): bump tsd from 0.28.1 to 0.29.0 by @dependabot in #305
- perf: use
node:
prefix to bypass require.cache call for builtins by @Fdawgs in #306 - Fix onRequest hook documentation by @mattiapv in #302
- chore: add
.gitattributes
file by @Fdawgs in #309 - fix: local sign options overwrites global sign options by @mattiapv in #310
New Contributors
Full Changelog: v7.2.1...v7.2.2
v7.2.1
What's Changed
- chore: fix typo by @is2ei in #298
- build(deps-dev): bump @fastify/cookie from 8.3.0 to 9.0.4 by @dependabot in #301
- docs(readme): add error code documentation by @dancastillo in #300
- types: add FastifyJwtNamespace helper by @Uzlopak in #303
New Contributors
- @is2ei made their first contribution in #298
- @dancastillo made their first contribution in #300
Full Changelog: v7.2.0...v7.2.1
v7.2.0
What's Changed
- feat: unconditionally decorate request with jwtDecode by @maslennikov in #297
Full Changelog: v7.1.0...v7.2.0
v7.1.0
What's Changed
- feat: Verifiy-only mode (pubkey-only) by @maslennikov in #293
New Contributors
- @maslennikov made their first contribution in #293
Full Changelog: v7.0.0...v7.1.0