test
parent
8fd48ffb92
commit
c9f80fb9cf
|
@ -55,7 +55,7 @@ passport.use(
|
||||||
scope: [
|
scope: [
|
||||||
"https://www.googleapis.com/auth/calendar.app.created",
|
"https://www.googleapis.com/auth/calendar.app.created",
|
||||||
"https://www.googleapis.com/auth/calendar.events.freebusy",
|
"https://www.googleapis.com/auth/calendar.events.freebusy",
|
||||||
"profile",
|
"https://www.googleapis.com/auth/userinfo.profile",
|
||||||
],
|
],
|
||||||
skipUserProfile: false, // this is important, if not set to true, an error will be thrown
|
skipUserProfile: false, // this is important, if not set to true, an error will be thrown
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue