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?
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?