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
Unless this library upgrades to passport-oauth ^1.0.0 it will crash req.logIn(...) when the app is using the latest version of Passport. This is caused by introducing lazy session initialization in passport 0.3.0. Of course you know what I am talking about. ;)
The text was updated successfully, but these errors were encountered:
Unless this library upgrades to passport-oauth ^1.0.0 it will crash
req.logIn(...)
when the app is using the latest version of Passport. This is caused by introducing lazy session initialization in passport 0.3.0. Of course you know what I am talking about. ;)The text was updated successfully, but these errors were encountered: