I am trying to log in to web3auth through auth0. It is a twitter login and your twitter are authorised and while redirect it occured



Here is the config setup for the twitter login.
Its occurred after the credentials from twitter are verified . How can we can resolve this

Hey @aman.sharma
Could you please elaborate on what’s the exact issue that you’re facing. I see something with your current code that might be causing a problem.
If you have a look at the example showing how to integrate Twitter login via Auth0, here, you’ll notice that the loginProvider is passed as "jwt" and not "twitter".
Please switch that and let me know the exact issue that you’re facing if you continue to face it.