Web3auth API Endpoints

Is there a way to call the web3auth functions using API endpoints instead of using the SDKs

1 Like

Hey @delarosaneilwendell

Currently we don’t have any APIs from Web3Auth available. If you want to use us 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

You’re fine with having client id on the frontend, your app can only be accessed on the whitelisted domains. Feel free to use any of our frontend SDKs in your VueJS app.

1 Like

I see. Thank you for your replies.

1 Like