superlogin-demo icon indicating copy to clipboard operation
superlogin-demo copied to clipboard

Google OAuth 1.0 is now officially deprecated - should use 2.0 only

Open tohagan opened this issue 8 years ago • 0 comments

On April 20th Google officially deprecated OAuth 1.0 ...

$ npm uninstall passport-google-oauth --save
$ npm install passport-google-oauth20 --save

var GoogleStrategy = require('passport-google-oauth20').Strategy;

tohagan avatar Apr 30 '16 06:04 tohagan