hapi-auth-cookie : Cookie authentication plugin. You can installing hapi-auth-cookie 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-cookie $ sudo npm install -g hapi-auth-cookie
If want to update the hapi-auth-cookie package execute the command as below,
$ sudo npm update hapi-auth-cookie
Update package globally,
$ npm install -g hapi-auth-cookie
$ sudo git clone https://github.com/rektide/hapi-auth-cookie.git
$ sudo npm install -g ./hapi-auth-cookie
hapi-auth-cookie@7.0.0 /usr/lib/node_modules/hapi-auth-cookie
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall hapi-auth-cookie
Package Name | hapi-auth-cookie |
Version | 7.0.0 |
Description | Cookie authentication plugin |
Released Date | 2017-03-28T16:53:46.683Z |
Published by | nlf |
How to Learn | https://www.npmjs.com/package/hapi-auth-cookie/tutorial |