koa-jwt : Koa JWT authentication middleware.. You can installing koa-jwt npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install koa-jwt $ sudo npm install -g koa-jwt
If want to update the koa-jwt package execute the command as below,
$ sudo npm update koa-jwt
Update package globally,
$ npm install -g koa-jwt
$ sudo git clone https://github.com/rektide/koa-jwt.git
$ sudo npm install -g ./koa-jwt
koa-jwt@3.2.2 /usr/lib/node_modules/koa-jwt
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall koa-jwt
Package Name | koa-jwt |
Version | 3.2.2 |
Description | Koa JWT authentication middleware. |
Released Date | 2017-05-23T20:04:46.381Z |
Published by | sc0ttyd |
How to Learn | https://www.npmjs.com/package/koa-jwt/tutorial |