📅  最后修改于: 2022-03-11 15:03:32.398000             🧑  作者: Mango
passport.authenticate('google', { scope: ['https://www.googleapis.com/auth/userinfo.profile',
'https://www.googleapis.com/auth/userinfo.email'],
accessType: 'offline', approvalPrompt: 'force' });