hapi-auth-jwt : JSON Web Token (JWT) authentication plugin. You can installing hapi-auth-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 hapi-auth-jwt $ sudo npm install -g hapi-auth-jwt
If want to update the hapi-auth-jwt package execute the command as below,
$ sudo npm update hapi-auth-jwt
Update package globally,
$ npm install -g hapi-auth-jwt
$ sudo git clone https://github.com/rektide/hapi-auth-jwt.git
$ sudo npm install -g ./hapi-auth-jwt
hapi-auth-jwt@4.0.0 /usr/lib/node_modules/hapi-auth-jwt
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall hapi-auth-jwt
Package Name | hapi-auth-jwt |
Version | 4.0.0 |
Description | JSON Web Token (JWT) authentication plugin |
Released Date | 2015-11-17T14:53:27.264Z |
Published by | fitz |
How to Learn | https://www.npmjs.com/package/hapi-auth-jwt/tutorial |