diff --git a/server/social.coffee b/server/social.coffee index b57628e..2dab227 100644 --- a/server/social.coffee +++ b/server/social.coffee @@ -287,7 +287,7 @@ module.exports = exports = (log, loga, argv) -> # Google app.get('/auth/google', passport.authenticate(googleStrategyName, { scope: [ - 'https://www.googleapis.com/auth/plus.profile.emails.read' + 'profile', 'email' ]})) # see https://developers.google.com/identity/protocols/OpenIDConnect#authenticationuriparameters for details of prompt... app.get('/auth/google/callback',