passport-jwt : Passport authentication strategy using JSON Web Tokens. You can installing passport-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 passport-jwt $ sudo npm install -g passport-jwt
If want to update the passport-jwt package execute the command as below,
$ sudo npm update passport-jwt
Update package globally,
$ npm install -g passport-jwt
$ sudo git clone https://github.com/rektide/passport-jwt.git
$ sudo npm install -g ./passport-jwt
passport-jwt@3.0.1 /usr/lib/node_modules/passport-jwt
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall passport-jwt
| Package Name | passport-jwt |
| Version | 3.0.1 |
| Description | Passport authentication strategy using JSON Web Tokens |
| Released Date | 2017-10-27T01:41:42.942Z |
| Published by | themikenicholson |
| How to Learn | https://www.npmjs.com/package/passport-jwt/tutorial |