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
{{ message }}
This repository has been archived by the owner on Nov 25, 2019. It is now read-only.
during development the
user
object within the passport code seems to sometimes just come back as[
this is the raw value the
passport.serializeUser(function(user, done) {
receives.so the session gets set like this:
this seemed to happen after i was using /developing with my app for a couple of hours, twice in a row.
it looks like an array of users is trying to come back from the passport.use code, but things are breaking soon after that.
The text was updated successfully, but these errors were encountered: