python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
accessType missing in passport.authenticate
I am using passport-google-oauth and I need to get the refreshToken. It normally returns undefined.
app.get(
"/auth/google",
passport.authenticate("google", {
scope: [
...
Waseef Khan
Votes: 0
Answers: 1
How to get id_token from passport-google-oauth20 package - NestJs
I am new to NestJs and trying to implement Google Sign in using passport-google-oauth20 package. I have followed that blog to implement google sign in. Through this package I am able to successfully s...
R.Muneeb
Votes: 0
Answers: 1
How to setup Google Oauth with passport for android and ios without duplicate endpoints in NestJs
So basically Im trying to setup Google OAuth for both ios and android but Im currently stuck, because the clientId and clientSecret is different for ios and android.
So when creating the Strategy clas...
Just A Question
Votes: 0
Answers: 1
Cookies not being set when login using Google Login and passport
I am using nodejs and react on heroku and passport js. I have code that logs a user in using google; however, a cookie is not being set for that user. The first time the user tries to log in using goo...
Chris Hansen
Votes: 0
Answers: 1