Releases: fastify/fastify-jwt
Releases · fastify/fastify-jwt
v1.3.0
📚 PR:
- feature: add cookie option (#81)
v1.2.1
📚 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
📚 PR:
- fix: package version already released
- feat: add support for trusted tokens (#71)
v1.1.0
📚 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
📚 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
- fix double invocation in requestVerify #49
v0.9.4
#47 - Fix passing a buffer as secret or public key
v0.9.3
#42 - Fix incorrect examples in README
v0.9.2
#41 - Add type
prop the package.json
v0.9.1
#33 - Update examples to use onRequest
hook