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.3k stars 445 forks source link

how can i remove client side cache? #164

Open breaklee opened 8 years ago

breaklee commented 8 years ago

i want to show login dialog box(id, password) when click facebook login always.

app.get("/facebook/signin", facebook.authenticate("facebook"));

that's login automatically after facebook login with username and password.

buigiaanfb1 commented 1 year ago

any update on this one? I'm facing the same issue but have no idea how to remove client side cache. Follow doc of Facebook Developer, needa send authType: 'reauthenticate'. But seems like it's not support on passport-facebook