sabyasachibiswal / angular5-social-login

Social authentication module for Angular 5. Includes Facebook and Google login with AOT compatibility.
40 stars 74 forks source link

Facebook still set login as successful even if password was not typed for app with Force Web OAuth Reauthentication #40

Open sarwin-github opened 5 years ago

sarwin-github commented 5 years ago

Facebook login will still be successful even if password was not typed or Facebook OAauth popup was closed if the Facebook app is set with Force Web OAuth Reauthentication.

Let's say you integrated Facebook login to Angular and your Facebook account is already logged in from another browser tab, I required Force Web OAuth Reauthentication on my facebook app settings. Facebook login will still be successful even after I closed the pop up and did not type my password.

How to deal with this issue?