passport-anonymous : Anonymous authentication strategy for Passport.. You can installing passport-anonymous 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-anonymous $ sudo npm install -g passport-anonymous
If want to update the passport-anonymous package execute the command as below,
$ sudo npm update passport-anonymous
Update package globally,
$ npm install -g passport-anonymous
$ sudo git clone https://github.com/rektide/passport-anonymous.git
$ sudo npm install -g ./passport-anonymous
passport-anonymous@1.0.1 /usr/lib/node_modules/passport-anonymous
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall passport-anonymous
| Package Name | passport-anonymous |
| Version | 1.0.1 |
| Description | Anonymous authentication strategy for Passport. |
| Released Date | 2013-08-02T07:14:45.550Z |
| Published by | jaredhanson |
| How to Learn | https://www.npmjs.com/package/passport-anonymous/tutorial |