jaredhanson / passport-openidconnect

OpenID Connect authentication strategy for Passport and Node.js.
https://www.passportjs.org/packages/passport-openidconnect/?utm_source=github&utm_medium=referral&utm_campaign=passport-openidconnect&utm_content=about
MIT License
188 stars 173 forks source link

Does not work with passport 0.3.0 #13

Open liddellj opened 8 years ago

liddellj commented 8 years ago

I was trying to get this working alongside passport 0.3.0 (the latest version at the time), using express-session. However, I encountered an issue where passport.deserializeUser was never called to re-saturate the user. Reverting to passport 0.1.18 (the version on which this package depends) solved the problem.

Would be good to see this provider updated. Thanks for all your efforts!

ikb42 commented 8 years ago

Yes, same issue here but I can't revert due to other packages. It seems this package needs to depend on a more recent version of passport see: https://github.com/jaredhanson/passport/issues/400