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