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