Changelog

#53
feat: EdDSA
#48
EdDSA (ed25519, ed448) support
3.0.0
breaking changes
#47
Support hapi v21, drop hapi v19, test ESM support
#39
use utf-8 encoding, closes #21
#21
Utils.b64stringify() is called wrong
#43
add support for reading token from cookie
#28
Load the JWT from an arbitrary location in the request
#46
fix: make compliant with jwt spec
#37
headless support.
#34
Fix serialNumber and remove workarounds
#29
allow typ in header to be optional.
#23
Improvements to the API.md
#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
breaking changes
#11
Require hapi 19 or newer
#10
Change plugin name to @commercial/jwt
#9
Only node 12
#6
Update joi
#5
Update deps
#3
Support ttlSec on generate()
#2
Expire token on exp, not just after
#1
Verify payload once, not per key