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
If you're getting the error req.session.regenerate is not a function when you try to follow the guide in implementing this in your own app, it's because your passport needs to be downgraded to v0.5.2, as 6.0 is a breaking change for the compatibility with next-session.
If you're getting the error
req.session.regenerate is not a function
when you try to follow the guide in implementing this in your own app, it's because your passport needs to be downgraded to v0.5.2, as 6.0 is a breaking change for the compatibility with next-session.Source: jaredhanson/passport#907
The text was updated successfully, but these errors were encountered: