passport-http : HTTP Basic and Digest authentication strategies for Passport.. You can installing passport-http 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-http $ sudo npm install -g passport-http
If want to update the passport-http package execute the command as below,
$ sudo npm update passport-http
Update package globally,
$ npm install -g passport-http
$ sudo git clone https://github.com/rektide/passport-http.git
$ sudo npm install -g ./passport-http
passport-http@0.3.0 /usr/lib/node_modules/passport-http
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall passport-http
| Package Name | passport-http |
| Version | 0.3.0 |
| Description | HTTP Basic and Digest authentication strategies for Passport. |
| Released Date | 2015-08-15T23:56:30.833Z |
| Published by | jaredhanson |
| How to Learn | https://www.npmjs.com/package/passport-http/tutorial |