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