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
For me, what solved it was a user[username] instead of users[username] typo on about line 47 in passport-init.js. Check to see if you have similar misspellings somewhere.
I'm currently having an issue with the fact that in my success and failure routes, the req.user property is undefined.
Also, I was trying to use the info property on the done-method (from passport), but req.authInfo is also undefined.
It seems that passport isn't updating the req-variable.
Any idea what the problem here could be?
Thanks!
The text was updated successfully, but these errors were encountered: