Changelog
Version 3
3.2.2
- #60 Fix: jwt constant time fixed time
3.2.1
- #59 chore: improve keys typings
3.2.0
- #54 feat: add local typings
3.1.0
3.0.0
- #47 Support hapi v21, drop hapi v19, test ESM support
- #39 use utf-8 encoding, closes #21
- #21 Utils.b64stringify() is called wrong
Version 2
2.2.0
- #43 add support for reading token from cookie
- #28 Load the JWT from an arbitrary location in the request
2.1.1
- #46 fix: make compliant with jwt spec
2.1.0
- #37 headless support.
- #34 Fix serialNumber and remove workarounds
- #29 allow typ in header to be optional.
- #23 Improvements to the API.md
2.0.1
- #20 Changes to README.md to align with other modules in the family
- #18 Bump node-forge from 0.9.2 to 0.10.0
- #14 Update dependencies and travis
- #12 Add API.md
2.0.0
Version 1
1.1.2
- #6 Update joi
1.1.1
- #5 Update deps
1.1.0
- #3 Support ttlSec on generate()
1.0.2
- #2 Expire token on exp, not just after
1.0.1
- #1 Verify payload once, not per key