test
parent
d2203bbbfe
commit
882e860aa6
|
@ -10,10 +10,13 @@ router.get(
|
||||||
passport.authenticate("google", {
|
passport.authenticate("google", {
|
||||||
accessType: "offline",
|
accessType: "offline",
|
||||||
//session: false,
|
//session: false,
|
||||||
/*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",
|
||||||
],*/
|
"https://www.googleapis.com/auth/userinfo.profile",
|
||||||
|
"profile",
|
||||||
|
"openid",
|
||||||
|
],
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue