Skip to content

Releases: fastify/fastify-jwt

v2.3.0

11 Jan 23:13
Compare
Choose a tag to compare

📚 PR:

  • feat: formatUser option. (#131)

v2.2.0

18 Dec 15:43
Compare
Choose a tag to compare

📚 PR:

  • Bump typescript from 3.9.7 to 4.0.2
  • Bump fastify-plugin from 2.3.4 to 3.0.0
  • Bump standard from 14.3.4 to 15.0.0
  • Bump standard from 15.0.1 to 16.0.0
  • Bump tsd from 0.13.1 to 0.14.0
  • Merge pull request #122 from fastify/dependabot/npm_and_yarn/tsd-0.14.0
  • Bump fastify-cookie from 4.2.0 to 5.0.0
  • Merge pull request #125 from fastify/dependabot/npm_and_yarn/fastify-cookie-5.0.0
  • Update dependencies (#109)
  • Add additional tests to reach 100% code coverage (#114)
  • feat: add stale (#115)
  • chore: add dependabot automerge (#119)
  • docs: correct example of trusted tokens (#124)
  • chore: ➕ add pre-commit (#128)
  • fix: missing request decorator user (#123) (#126)
  • feat(types): support define custom payload (#120)

v1.5.0

03 Aug 07:40
Compare
Choose a tag to compare

📚 PR:

  • V1 GitHub actions (#105)
  • fix FastifyJWTOptions.secret property type (#103)

v2.1.3

31 Jul 13:58
Compare
Choose a tag to compare

📚 PR:

  • Bumped fastify
  • Bump tsd from 0.11.0 to 0.12.0 (#97)
  • Bump tsd from 0.12.1 to 0.13.1 (#100)
  • namespace JWTTypes as individual (#99)
  • fix FastifyJWTOptions.secret property type (#102)

v2.1.2

12 Jun 10:42
Compare
Choose a tag to compare

📚 PR:

  • align typings with latest fastify version (#96)

v2.1.1

10 Jun 23:26
Compare
Choose a tag to compare

📚 PR:

  • Updated dependencies
  • Typo on README.md. (#93)

v2.1.0

19 May 08:21
Compare
Choose a tag to compare
  • Bump tap from 12.7.0 to 14.10.7 (#89)
  • Add ability to specify the token location in request headers (#91)

v1.4.0

19 May 09:45
Compare
Choose a tag to compare
  • Add ability to customise verification token (#92)

v2.0.0

19 May 08:29
Compare
Choose a tag to compare
  • update to v3 #86

v1.3.1

23 Mar 07:23
Compare
Choose a tag to compare

📚 PR:

  • fix: mising cookie option in types (#84)