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