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 was testing the LocalStrategy for a login page I was building and I was expecting to see the req object in the passport.serializeUser method, but it was never there, after some sleuthing I found that the version of passport that is being included with passport-openid is substituting the newer version of passport that I actually wanted to use. Code that is being used:
I was testing the LocalStrategy for a login page I was building and I was expecting to see the req object in the passport.serializeUser method, but it was never there, after some sleuthing I found that the version of passport that is being included with passport-openid is substituting the newer version of passport that I actually wanted to use. Code that is being used:
node_modules/passport-openid/node_modules/passport/lib/passport/http/request.js
Code that should be in current use instead:
node_modules/passport/lib/passport/http/request.js
The text was updated successfully, but these errors were encountered: