Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

refresh token undefined in google auth passport js

passport.authenticate('google', { scope: ['https://www.googleapis.com/auth/userinfo.profile',
                                      'https://www.googleapis.com/auth/userinfo.email'],
                                      accessType: 'offline', approvalPrompt: 'force' });
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #refresh #token #undefined #google #auth #passport #js
ADD COMMENT
Topic
Name
2+7 =