state
parent
b3566c4630
commit
e2ad13028f
|
@ -57,7 +57,6 @@ passport.use(
|
||||||
"https://www.googleapis.com/auth/calendar.events.freebusy",
|
"https://www.googleapis.com/auth/calendar.events.freebusy",
|
||||||
],
|
],
|
||||||
skipUserProfile: true, // this is important, if not set to true, an error will be thrown
|
skipUserProfile: true, // this is important, if not set to true, an error will be thrown
|
||||||
state: true,
|
|
||||||
},
|
},
|
||||||
(accessToken, refreshToken, profile, cb) => {
|
(accessToken, refreshToken, profile, cb) => {
|
||||||
console.log("accessToken", accessToken);
|
console.log("accessToken", accessToken);
|
||||||
|
|
Loading…
Reference in New Issue