v4.0.0
Major Release
In this release we did a major change regarding JWT handling. We moved away from using jsonwebtoken to fast-jwt for singing, decoding and verifying JWTs.
This move helped us improve the speed of handling the JWTs by roughly 30%. If you want more information about the fast-jwt package check out their documentation.
What's Changed
- build(deps): bump actions/checkout from 2.3.4 to 2.3.5 by @dependabot in #183
- build(deps): bump actions/checkout from 2.3.5 to 2.4.0 by @dependabot in #186
- build(deps-dev): bump tsd from 0.18.0 to 0.19.0 by @dependabot in #189
- build(deps): bump fastify/github-action-merge-dependabot from 2.5.0 to 2.6.0 by @dependabot in #190
- fix: ECDSA key pair generation and related documentation by @darkgl0w in #191
- build(dependabot): ignore minor and patch github-actions updates by @Fdawgs in #192
- feat: Replacing jsonwebtoken with fast-jwt by @radomird in #184
New Contributors
Full Changelog: v3.2.1...v4.0.0