Answer the question
In order to leave comments, you need to log in
How to request data from google (node JS) by google token?
I pass authorization by
passport.use(new GoogleStrategy({
clientID: '******',
clientSecret: '*******',
callbackURL: " site.ru/auth/google/callback "
},
function (accessToken, refreshToken, profile, done) {
return done(null,{token: accessToken});
}
));
How to request data from Google in reverse using a token?
I tried different libraries, they are either outdated modules, or not found
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question