Releases: fastify/fastify-jwt
Releases Β· fastify/fastify-jwt
v4.1.0
v4.0.1
v4.0.0
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
What's Changed
- build(deps-dev): bump tsd from 0.17.0 to 0.18.0 by @dependabot in #181
- Fix missing Typescript properties for namespaces by @scantarbian in #182
New Contributors
- @scantarbian made their first contribution in #182
Full Changelog: v3.2.0...v3.2.1
v3.2.0
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
π 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
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
v2.5.0
π 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
π 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)