Is there a way to call the web3auth functions using API endpoints instead of using the SDKs
1 Like
No. If you want to use it on the backend, feel free to use the SFA node sdk.
1 Like
Thank you for your immediate reply!
If i use the SFA node sdk, can I calll the functions on frontend using VueJS?
1 Like
You can use our web SDKs for frontend if you want.
1 Like
What we want to achieve right now is to call the Web3Auth functions on the backend from frontend to secure our ClientID
from unwanted access.
1 Like
Client Secret is the one that needs to be protected, you’re fine with having client id on the frontend.
1 Like
I see. Thank you for your replies.
1 Like