Hi,
I am currently building a VueJS/NuxtJS app where i have implemented Auth0.JS SDK.
My login through database works just fine.
if i use
webAuth.authorize({
connection: 'facebook'
});
It redirects me to a auth0 page instead of facebook login.
I just want it to redirect directly to facebook then the callback to my page.
I have setup and tested the social connection in the Dashboard.
Do I need to use the Authentication API instead of WebAuth?
And what method.