Finastra / finastra-nodejs-libs

A set of opinionated libraries for building efficient and scalable server-side applications with Node.js
MIT License
36 stars 14 forks source link

fix: downgrade passport version #238

Closed rbordeanu closed 2 years ago

rbordeanu commented 2 years ago

passport 0.6.0 has some issues:

https://github.com/jaredhanson/passport/issues/904

https://github.com/jaredhanson/passport/issues/907

need to stay on 0.5.x for now until they are fixed