I’m trying to implement social login within my Angular app and I want a single Facebook button to log our users to Facebook directly without going through Auth0 redirect page because it’s a bad user experience to make the user click the button twice.
Is there a way to obtain one click social login directly without a redirect?