passport : Simple, unobtrusive authentication for Node.js.. You can installing passport 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 $ sudo npm install -g passport
If want to update the passport package execute the command as below,
$ sudo npm update passport
Update package globally,
$ npm install -g passport
$ sudo git clone https://github.com/rektide/passport.git
$ sudo npm install -g ./passport
passport@0.4.0 /usr/lib/node_modules/passport
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall passport
| Package Name | passport |
| Version | 0.4.0 |
| Description | Simple, unobtrusive authentication for Node.js. |
| Released Date | 2017-08-11T18:12:03.883Z |
| Published by | jaredhanson |
| How to Learn | https://www.npmjs.com/package/passport/tutorial |