v3.0.0
This latest release contains some long-await
ed changes π . Koa v2 has now been published as latest
and requires node >=7.6, which has native async
/await
. This major version bump contains no new functionality, but the following changes:
- Bluebird has been removed in favour of a native promise wrapper around jsonwebtoken
- The complex and hard-to-follow promise chain has been reimplemented using
async / await
- The resolver functions have been moved to their own files
- istanbul replaced with nyc for coverage
If your project is unable to use node >=7.6, then continue to use koa-jwt
v2.x.x.