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

Updated README file for 'reauthenticate' attribute #242

Closed WeiChienHsu closed 5 years ago

WeiChienHsu commented 6 years ago

In Issue #125, someone mentioned {authType: "rerequest"} doesn't work anymore. Since I faced the same issue and found out it was changed to {authType: 'reauthenticate'}.

Thus, I updated the README file in term someone who also need this feature for asking user's permission every time when user logged in.

Thanks for your contribution to this great package for us :) Kevin

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling e6e737c05281ded3cfab86c3adc5e4e8a368f63c on WeiChienHsu:master into 82a5d8fb04ec915505a8f46565f511bedaad4bb4 on jaredhanson:master.

rwky commented 6 years ago

Merged in https://github.com/passport-next/passport-facebook

jaredhanson commented 5 years ago

Merged. Thanks!