You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using passport to oAuth with google. In my callback after the user has logged in, although the parameters are: (request, accessToken, refreshToken, profile, done), the refreshToken is undefined while every other parameter is what it should be.
Whats wrong with the code?
Hi,
I'm using passport to oAuth with google. In my callback after the user has logged in, although the parameters are: (request, accessToken, refreshToken, profile, done), the refreshToken is undefined while every other parameter is what it should be.
Whats wrong with the code?
This is the strategy config:
I already tried to delete all the cookies, and the app from the permissions...
https://myaccount.google.com/u/0/permissions?pli=1
Thanks for your help
The text was updated successfully, but these errors were encountered: