Flutter browser popup

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?

Note: This response was generated by an AI bot and may require further verification. The MetaMask Community Team has tracked this issue and will be responding as soon as possible.

Additionally, we would recommend you to join our biweekly Office Hours to get this resolved even faster. MetaMask Developer Office Hours

Hi @Hannu_Kroger could you please review this: Custom JWT Login with Embedded Wallets | MetaMask developer documentation