jwt-simple : JWT(JSON Web Token) encode and decode module. You can installing jwt-simple 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 jwt-simple $ sudo npm install -g jwt-simple
If want to update the jwt-simple package execute the command as below,
$ sudo npm update jwt-simple
Update package globally,
$ npm install -g jwt-simple
$ sudo git clone https://github.com/rektide/jwt-simple.git
$ sudo npm install -g ./jwt-simple
jwt-simple@0.5.1 /usr/lib/node_modules/jwt-simple
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall jwt-simple
Package Name | jwt-simple |
Version | 0.5.1 |
Description | JWT(JSON Web Token) encode and decode module |
Released Date | 2016-11-20T12:39:23.045Z |
Published by | hokaccha |
How to Learn | https://www.npmjs.com/package/jwt-simple/tutorial |