Register whitelist url using web3auth sdk #555
Replies: 2 comments 1 reply
-
Hey @Fullstack-sh Thanks for your question. I'm not sure what you're trying to do here. You have to manually enter the whitelist URL in the web3auth dashboard. This particular option |
Beta Was this translation helpful? Give feedback.
-
Creating and whitelisting clientId/secret programmatically won't show your clients in the developer dashboard, as SDK doesn't have any connection with your dashboard account. You will have to maintain those clients and secrets yourself on your backend if you are generating it programmatically. |
Beta Was this translation helpful? Give feedback.
-
I am now trying to add a URL whitelist using web3auth sdk. As a result of executing the code below, nothing is registered in the whitelist.
Could you please let me know if there is anything that needs to be fixed?
Beta Was this translation helpful? Give feedback.
All reactions