What's the max number of domains that can be whitelisted for one clientId

We’re planning to use Web3Auth for signin across various client dApps with a single clientId, to maintain consistent user private keys. Could you tell us the maximum number of domains that can be whitelisted for one clientId? Specifically, is it possible to add up to 1,000 domains?

Thanks for your help.

@timothy Welcome Aboard!

There is no limit to the domains you can whitelist on the dashboard, so you can add 1000 domains if you need to.

You may also programmatically whitelist your domains:

https://web3auth.io/community/t/is-it-possible-to-dynamically-whitelist-subdomains

perfect, that’s exactly what we need. Thank you!