Disable wallet service feature for social login

Hi team,

Is there a way to completely disable the wallet service feature for social login? I’ve tried disabling all related configurations on the dashboard, but I’m still seeing API calls that collect NFT and token data for the embedded wallet.

Thanks in advance for your help!

Thank you for your question, @dchain-dev!

Summary for Support Team:

  • SDK/Platform: Plug n Play (likely Web SDK, but please confirm if it’s Modal, NoModal, or another variant)
  • Issue: User wants to completely disable the wallet service feature for social login. Despite disabling related configurations on the dashboard, they still see API calls collecting NFT and token data for the embedded wallet.

Context & Next Steps

Currently, with Web3Auth Plug n Play (especially the Modal SDKs), the embedded wallet and its associated services are tightly integrated with the social login flow. This means that when a user logs in via social providers, a wallet is always created and some wallet-related API calls (including fetching NFT/token data) may occur by default.

There is no official dashboard or SDK setting to fully disable the wallet service for social login users—the wallet creation and some related data fetching are core to the Plug n Play experience.

What you can do:

  • Dashboard Settings: You can minimize data exposure by disabling features like “Return user data in identity token” (which you’ve already tried), but this won’t stop the wallet service API calls.
  • Custom Integration: If you require social login without any wallet services or wallet data fetching, you may need to explore Web3Auth Custom Authentication, which allows more granular control over the authentication and wallet provisioning process.

References:


If you have a specific use case for disabling the wallet service, please share more details about your requirements. This will help the support and product teams understand your needs and potentially suggest a workaround or consider it for future feature updates.

Let me know if you need guidance on moving to a custom integration or have any other questions!

Note: This response was generated by an AI bot and may require further verification. The Web3Auth support 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. Web3Auth Developer Office Hours

I had a chat with the engg team to make sure what I was suspecting and with v10 we haven’t kept any parameter that would help you switch off the api calls for collecting nft, token data etc.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.