main
alex 2024-01-14 13:56:55 +01:00
parent 9b3c64b9d9
commit 0c04737105
1 changed files with 1 additions and 0 deletions

View File

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