I’m using flutter SDK and instead of using Web3Auth for authentication directly, I use existing auth0 authentication.
If I now pass JWT tokens Web3auth and try Web3AuthFlutter.login, I will always get the web3auth.io trying to login dialog which requires confirmation and a window showing wallet generation and all that. Is there a way to do all that in the background because now I get a auth0 authentication window with actions that the user needs to take and then another authentication window by web3auth which just opens up, does something there on the server side and closes. So it’s too much clutter for a smooth user experience.
Maybe I am doing it somehow wrong, but is it possible login to web3auth without that browser window opening up?