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. See the technical details and Jared's explanation.
Let me know if I can help.
The text was updated successfully, but these errors were encountered:
analog-nico
changed the title
Critical: Update passport-oauth to ^1.0.0
Update passport-oauth to ^1.0.0
Nov 9, 2015
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. See the technical details and Jared's explanation.Let me know if I can help.
The text was updated successfully, but these errors were encountered: