Skip to content

Releases: fastify/fastify-jwt

v6.3.0

13 Jul 10:30
4bcbefe
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump fastify-plugin from 3.0.1 to 4.0.0 by @dependabot in #243
  • disable package-lock generation by @Uzlopak in #245
  • replace http-errors with @fastify/errors by @Uzlopak in #244
  • fix: add type to support ES256 with passphrase in TypeScript by @yaoandy107 in #247

New Contributors

Full Changelog: v6.2.1...v6.3.0

v6.2.1

07 Jul 09:41
Compare
Choose a tag to compare

What's Changed

  • build(deps-dev): bump tsd from 0.21.0 to 0.22.0 by @dependabot in #239
  • Add decoratorName in the request object instead of default user by @cberescu in #241

New Contributors

Full Changelog: v6.2.0...v6.2.1

v6.2.0

30 Jun 12:46
7612794
Compare
Choose a tag to compare

What's Changed

  • chore(.gitignore): use updated skeleton template by @Fdawgs in #230
  • docs: fix jwt type usage documentation by @fernandesGabriel in #231
  • build(deps-dev): bump tsd from 0.20.0 to 0.21.0 by @dependabot in #232
  • build(deps-dev): bump @fastify/cookie from 6.0.0 to 7.0.0 by @dependabot in #233
  • chore(package): remove engines field by @Fdawgs in #234
  • build(deps-dev): bump @types/node from 17.0.45 to 18.0.0 by @dependabot in #235
  • onlyCookie option for jwtVerify by @Bugs5382 in #238

New Contributors

  • @fernandesGabriel made their first contribution in #231
  • @Bugs5382 made their first contribution in #238

Full Changelog: v6.1.0...v6.2.0

v6.1.0

30 May 09:40
dfd4a4b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.0.0...v6.1.0

v6.0.0

10 May 21:40
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.0.1...v6.0.0

v5.0.1

01 May 18:07
65d4c1e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.0.0...v5.0.1

v5.0.0

27 Apr 13:57
c5f25d1
Compare
Choose a tag to compare

What's Changed

  • build: reduce dependabot update frequency by @Fdawgs in #209
  • Update README, Typescript Custom Type Declaration by @eziz-hudayberdiyev in #210
  • docs: update Authentication for some routes example to use the onRequest hook by @rluvaton in #212
  • build(deps): bump actions/setup-node from 2 to 3 by @dependabot in #215
  • build(deps): bump actions/checkout from 2 to 3 by @dependabot in #216
  • build(deps-dev): bump tap from 15.2.3 to 16.0.0 by @dependabot in #217
  • build(deps-dev): bump tsd from 0.19.1 to 0.20.0 by @dependabot in #218
  • fix: do not mutate and return the initial options by @darkgl0w in #214
  • build(deps-dev): bump standard from 16.0.4 to 17.0.0 by @dependabot in #219
  • Rename module by @jsumners in #220

New Contributors

  • @eziz-hudayberdiyev made their first contribution in #210
  • @rluvaton made their first contribution in #212
  • @jsumners made their first contribution in #220

Full Changelog: v4.1.3...v5.0.0

v4.1.3

25 Dec 08:42
Compare
Choose a tag to compare

📚 PR:

  • fix: reply.jwtSign sets wrong exp (#208)

v4.1.2

23 Dec 10:06
Compare
Choose a tag to compare

📚 PR:

  • build(deps-dev): bump @types/node from 16.11.14 to 17.0.0 (#202)
  • chore: upgrade github-action-merge-dependabot to v3 (#203)
  • chore: upgrade github-action-merge-dependabot to v3 (#204)
  • build(deps): bump http-errors from 1.8.1 to 2.0.0 (#205)
  • chore: remove named export of fastifyJwt (#206)

v4.1.1

09 Dec 14:42
Compare
Choose a tag to compare

📚 PR:

  • build(deps): bump fastify/github-action-merge-dependabot (#199)
  • secret function can also return a Buffer as type (#198)