Naveen Rai

Results 1 comments of Naveen Rai

Can you try adding this option, when asking passport to use Google as a strategy ? passport.use(new GoogleStrategy({ clientID: process.env.GOOGLE_OAUTH_CLIENT_ID, clientSecret: process.env.GOOGLE_OAUTH_CLIENT_SECRET, callbackURL: '/sign-in/after', userProfileURL: "https://www.googleapis.com/oauth2/v3/userinfo" }, function(accessToken, refreshToken, profile,...