fastify / fastify-auth

Run multiple auth functions in Fastify
Other
345 stars 56 forks source link

build(deps-dev): bump fastify-jwt from 3.2.1 to 4.1.0 #129

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps fastify-jwt from 3.2.1 to 4.1.0.

Release notes

Sourced from fastify-jwt's releases.

v4.1.0

📚 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

What's Changed

New Contributors

Full Changelog: https://github.com/fastify/fastify-jwt/compare/v4.0.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

New Contributors

Full Changelog: https://github.com/fastify/fastify-jwt/compare/v3.2.1...v4.0.0

Commits
  • dc4fbd9 Bumped v4.1.0
  • a94c3f5 chore: Remove JwtHeader type definition (#195)
  • 32eac3e refactor(definitions): remove duplicate method overloads (#196)
  • d285542 build(deps): bump fastify/github-action-merge-dependabot (#197)
  • 2105934 Bumped v4.0.1
  • 96384d6 Fix missing Typescript properties for messages (#194)
  • 50ff17b test: reorganize tests in the project (#193)
  • d84c947 Bumped v4.0.0
  • c3a30aa feat: Replacing jsonwebtoken with fast-jwt (#184)
  • 020edb5 build(dependabot): ignore minor and patch github-actions updates (#192)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 years ago

Superseded by #131.