Hi, I’m trying to integrate web3auth with convex and I was wondering if there’s a web3auth equivalence of this
export default {
providers: [
{
domain: "your.issuer.url.com",
applicationID: "your-application-id",
},
],
};
Hi, I’m trying to integrate web3auth with convex and I was wondering if there’s a web3auth equivalence of this
export default {
providers: [
{
domain: "your.issuer.url.com",
applicationID: "your-application-id",
},
],
};
@prinzuty You can use the below details:
domain: "https://api-auth.web3auth.io/",
applicationID: "clientID",
You will need to create your ClientID from the Web3Auth Dashboard.
If you need to create custom JWT provider, you can refer to the below documentation:
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.