Koa middleware that validates JSON Web Tokens and sets ctx.state.user
(by default) if a valid token is provided.
This module lets you authenticate HTTP requests using JSON Web Tokens in your Koa (node.js) applications.
See this article for a good introduction.
$ npm install koa-jwt