Github aggregate-verifier setting questions

Dependencies

 "@web3auth/base": "^8.0.0",
    "@web3auth/ethereum-provider": "^8.0.1",
    "@web3auth/metamask-adapter": "^8.0.1",
    "@web3auth/modal": "^8.0.1",
    "@web3auth/wallet-connect-v2-adapter": "^8.0.1",
    "@web3auth/wallet-services-plugin": "^8.0.1",

I am trying the aggregate-verifier with github and followed step by step from Creating Aggregate Verifier on the Web3Auth Dashboard | Documentation | Web3Auth

It didn’t work and after long struggling, I figured out that I had to put https://auth.web3auth.io/auth in the “Allowed Callback URLs” section on Auth0’s application settings.
It makes sense once you understand but it was quite time consuming since there are too wide configuration areas to check (Frontend web3Auth config, web3Auth dashboard, Auth0 dashboard).

My first question is: it’s mandatory to set https://auth.web3auth.io/auth in the “Allowed Callback URLs” section on Auth0’s application settings in order to implemented aggregate-verifier with Github?
If yes, where could I find this information?

And second question is: Can I do aggregate-verifier with Github with Web3Auth modal?

Thanks in advance.

Hi @hadeath03,

I hope you’re doing well, and thank you for giving Web3Auth a try!

  1. Absolutely, to successfully complete the flow, it’s indeed necessary to add the callback URL. You can find more detailed instructions and guidance on this in our guide: https://web3auth.io/docs/guides/auth0. This should help you set things up correctly.
  2. Regarding your second question, unfortunately, that’s not possible. However, I highly recommend checking out our documentation for both modal and no-modal custom authentication. These resources will give you a comprehensive understanding:

Additionally, you can explore our custom-auth examples for both modal and no-modal setups here: GitHub - Web3Auth/web3auth-pnp-examples. These examples should provide you with practical insights and help in implementing your solution.

If you have any more questions or need further assistance, please don’t hesitate to reach out. I’m here to help!

1 Like

Hi @TomTom
Thanks for the reply.

It’s good to know that Aggregate verifier is not doable with web3Auth.
I have another question. Does web3Auth always use Auth0 behind the scene?
It seems like yes by reading the one you shared ( Using Auth0 with Web3Auth Plug and Play No Modal SDK | Web3Auth ) and just would like to have a confirmation.
Last but not least, is there a way to contribute updating the document? For example, I would like to add the auth0 setting link on Creating Aggregate Verifier on the Web3Auth Dashboard | Documentation | Web3Auth

No, you can log in without using auth0 to different social logins, external wallets, or other options.
Also, you can use Firebase or AWS Cognito.

Please feel free to make a PR to our docs:

Thanks

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.