Is there a way to share the provider from web3auth in an iframe

So currently I have my core site which is a subdomain I’d say for now sub.main.com, so I use the web3auth plug and play modal sdk to get a provider which works great! But I also have an app that exists on main.com which uses the same sdk and works great. Now I need a way to ensure that when the subdomain is connected and has the provider, if the main domain is opened as an iframe in the subdomain, the provider will automatically be picked up and there will be no need to reconnect in the iframe. This 2 domains share the same configuration for the web3auth. Any help with this will be appreciated!

1 Like

hi @netvid00

I understand you problem. Let me check with the team, if we can help you with this issue.

Thanks @TomTom your help is very much appreciated!

Hey @netvid00

This can be achieved by using the Wallet Services from Web3Auth. You can directly share the session id between the two websites and connect via Wallet Services to login and access the wallet between the two applications.