passport-openid : OpenID authentication strategy for Passport.. You can installing passport-openid 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-openid $ sudo npm install -g passport-openid
If want to update the passport-openid package execute the command as below,
$ sudo npm update passport-openid
Update package globally,
$ npm install -g passport-openid
$ sudo git clone https://github.com/rektide/passport-openid.git
$ sudo npm install -g ./passport-openid
passport-openid@0.4.0 /usr/lib/node_modules/passport-openid
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall passport-openid
| Package Name | passport-openid |
| Version | 0.4.0 |
| Description | OpenID authentication strategy for Passport. |
| Released Date | 2015-09-24T00:41:30.284Z |
| Published by | jaredhanson |
| How to Learn | https://www.npmjs.com/package/passport-openid/tutorial |