jaredhanson / passport-facebook

Facebook authentication strategy for Passport and Node.js.
https://www.passportjs.org/packages/passport-facebook/?utm_source=github&utm_medium=referral&utm_campaign=passport-facebook&utm_content=about
MIT License
1.29k stars 447 forks source link

Req object not being passed to success function #208

Open rosygupta opened 7 years ago

rosygupta commented 7 years ago

On setting passReqToCallback to true, the request object has to be used in the success function signature but does not contain the body passed from authentication.

Please someone clarify.