Skip to content

Releases: fastify/fastify-jwt

v1.3.0

21 Mar 12:57
Compare
Choose a tag to compare

📚 PR:

  • feature: add cookie option (#81)

v1.2.1

09 Dec 20:06
Compare
Choose a tag to compare

📚 PR:

  • Add link to fastify-auth0-verify (#73)
  • Bug: Change reply to token (#76)
  • fix: add user to FastifyRequest typings (#74) (#75)

v1.2.0

06 Nov 23:00
Compare
Choose a tag to compare

📚 PR:

  • fix: package version already released
  • feat: add support for trusted tokens (#71)

v1.1.0

13 Sep 08:30
0ef18f3
Compare
Choose a tag to compare

📚 PR:

  • chore(package): update standard to version 13.0.1
  • Add typings for messages option #69
  • Update standard to the latest version 🚀 (#66)
  • chore(package): update standard to version 14.0.2 (#68)

v1.0.0

14 Jun 16:33
Compare
Choose a tag to compare

📚 PR:

  • Add public/private object shape to the FastifyJWTOptions' secret prop
  • feature: allow custom messages
  • docs: add documentation for messages option
  • tests: add unit tests for custom response messages
  • fix: prevent override of messages object
  • docs: add hints
  • Merge pull request #55 from mandaputtra/example/using-cookies-jwt
  • Merge pull request #61 from cabelitos/ts-fixes
  • Merge pull request #63 from kamikazechaser/feature/messages
  • Refactor type definitions (#57)
  • ignore tap (#59)

v0.9.5

21 Mar 09:44
Compare
Choose a tag to compare
  • fix double invocation in requestVerify #49

v0.9.4

15 Mar 08:28
Compare
Choose a tag to compare

#47 - Fix passing a buffer as secret or public key

v0.9.3

21 Feb 07:17
Compare
Choose a tag to compare

#42 - Fix incorrect examples in README

v0.9.2

14 Feb 16:41
Compare
Choose a tag to compare

#41 - Add type prop the package.json

v0.9.1

14 Jan 07:02
Compare
Choose a tag to compare

#33 - Update examples to use onRequest hook