express-jwt : JWT authentication middleware.. You can installing express-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 express-jwt $ sudo npm install -g express-jwt
If want to update the express-jwt package execute the command as below,
$ sudo npm update express-jwt
Update package globally,
$ npm install -g express-jwt
$ sudo git clone https://github.com/rektide/express-jwt.git
$ sudo npm install -g ./express-jwt
express-jwt@5.3.0 /usr/lib/node_modules/express-jwt
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall express-jwt
Package Name | express-jwt |
Version | 5.3.0 |
Description | JWT authentication middleware. |
Released Date | 2017-04-17T12:51:23.817Z |
Published by | jfromaniello |
How to Learn | https://www.npmjs.com/package/express-jwt/tutorial |