Skip to content

Releases: fastify/fastify-jwt

v4.1.0

03 Dec 14:20
Compare
Choose a tag to compare

πŸ“š PR:

  • build(deps): bump fastify/github-action-merge-dependabot (#197)
  • refactor(definitions): remove duplicate method overloads (#196)
  • chore: Remove JwtHeader type definition (#195)

v4.0.1

29 Nov 14:56
Compare
Choose a tag to compare

What's Changed

  • test: reorganize tests in the project by @darkgl0w in #193
  • Fix missing Typescript properties for messages by @amit548 in #194

New Contributors

Full Changelog: v4.0.0...v4.0.1

v4.0.0

25 Nov 08:54
Compare
Choose a tag to compare

Major Release

In this release we did a major change regarding JWT handling. We moved away from using jsonwebtoken to fast-jwt for singing, decoding and verifying JWTs.
This move helped us improve the speed of handling the JWTs by roughly 30%. If you want more information about the fast-jwt package check out their documentation.

What's Changed

  • build(deps): bump actions/checkout from 2.3.4 to 2.3.5 by @dependabot in #183
  • build(deps): bump actions/checkout from 2.3.5 to 2.4.0 by @dependabot in #186
  • build(deps-dev): bump tsd from 0.18.0 to 0.19.0 by @dependabot in #189
  • build(deps): bump fastify/github-action-merge-dependabot from 2.5.0 to 2.6.0 by @dependabot in #190
  • fix: ECDSA key pair generation and related documentation by @darkgl0w in #191
  • build(dependabot): ignore minor and patch github-actions updates by @Fdawgs in #192
  • feat: Replacing jsonwebtoken with fast-jwt by @radomird in #184

New Contributors

Full Changelog: v3.2.1...v4.0.0

v3.2.1

15 Oct 11:01
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.2.0...v3.2.1

v3.2.0

11 Oct 13:12
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump fastify/github-action-merge-dependabot by @dependabot in #179
  • build(deps): bump actions/setup-node from 2.4.0 to 2.4.1 by @dependabot in #180
  • Expose jwtDecode for fastly-auth0-verify by @markrzenin #178

New Contributors

  • @markrzenin made their first contribution in #178

Full Changelog: v3.1.0...v3.2.0

v3.1.0

15 Sep 10:31
Compare
Choose a tag to compare

πŸ“š PR:

  • build(deps): bump actions/setup-node from 2.3.0 to 2.3.1 (#167)
  • build(deps): bump actions/setup-node from 2.3.1 to 2.3.2 (#168)
  • build(deps): bump actions/setup-node from 2.3.2 to 2.4.0 (#169)
  • build(deps): bump fastify/github-action-merge-dependabot (#170)
  • build(deps): bump fastify/github-action-merge-dependabot (#171)
  • Improved README for module augmentation (#177)
  • feat: add namespaces (#175)

v3.0.1

02 Aug 13:31
Compare
Choose a tag to compare

What's Changed

  • build(deps-dev): bump tsd from 0.15.1 to 0.16.0 by @dependabot in #156
  • build(deps): bump fastify/github-action-merge-dependabot from 2.1.0 to 2.1.1 by @dependabot in #157
  • build(deps-dev): bump tsd from 0.16.0 to 0.17.0 by @dependabot in #158
  • build(deps): bump actions/setup-node from 2.1.5 to 2.2.0 by @dependabot in #159
  • build(deps): bump fastify/github-action-merge-dependabot from 2.1.1 to 2.2.0 by @dependabot in #160
  • build(deps): bump actions/setup-node from 2.2.0 to 2.3.0 by @dependabot in #162
  • Update README.md by @lmammino in #163
  • Fix 'cookie' and 'secret' types by @paol-imi in #164

New Contributors

Full Changelog: v3.0.0...v3.0.1

v3.0.0

29 May 08:58
Compare
Choose a tag to compare

πŸ“š PR:

  • build(deps): bump fastify/github-action-merge-dependabot (#154)
  • Avoid to expose secret in jwt object (#155)

v2.5.0

21 May 11:15
Compare
Choose a tag to compare

πŸ“š PR:

  • Bump tap from 14.11.0 to 15.0.0 (#143)
  • chore: ci updates and style change (#144)
  • test: generate test certs live (#146)
  • ci: add nodejs v16 to test matrix (#147)
  • build(deps-dev): bump tsd from 0.14.0 to 0.15.0 (#148)
  • build(deps): bump actions/checkout from 2 to 2.3.4 (#149)
  • feat: Verify JWT from a signed cookie (#152)

v2.4.0

19 Mar 15:07
Compare
Choose a tag to compare

πŸ“š PR:

  • πŸ“ Fix TS snippet in docs (#133)
  • chore(gitignore): use latest github ignore template (#134)
  • ci(dependabot): update github actions (#135)
  • Bump actions/setup-node from v1 to v2.1.5 (#137)
  • Bump fastify/github-action-merge-dependabot from v1 to v1.2.1 (#136)
  • add jwks usage to readme (#138)
  • Bump fastify/github-action-merge-dependabot from v1.2.1 to v2.0.0 (#141)
  • feat: support promise/async secret function (#142)