sahat / satellizer

Token-based AngularJS Authentication
https://satellizer-sahat.rhcloud.com
MIT License
7.85k stars 1.13k forks source link

Always request social credentials #960

Open riccardomessineo opened 8 years ago

riccardomessineo commented 8 years ago

I have a webapp that's using satellizer to login users through socials, but I want to let them connect more accounts of the same socials. For example i want the user "foo" on my webapp to have two facebook social connected: "facebook/foo" and "facebook/bar". To achieve this, I need to force the user to reprompt credentials or, at least and as a workaround, log him out from the social (and start a normal flow).

Recap: is it possible to ask a user to provide his login credentials even if it's already logged with that social? Is it possible to logout a user from a social?

riccardomessineo commented 8 years ago

Up?