I want to use the auth0 + web3Auth. In Auth0, after creating a "Single Page Application (SPA)" project, there are 3 fields in the settings page, "Allowed Callback Url", "Allowed Logout Urls", "Allowed WEb Origins".
I will be using the mainnet in my verifier. So what urls do I need to put in these fields?
The only thing that I know right now is that in "Allowed Callback Urls", I need to put this Url: https://app.openlogin.com/auth and in "Allowed Logout Urls" I need to put the url where I want my user to redirect after the user is logged out. Apart from this, what exactly I need to enter?
Originally posted by: KetulCodiste
Check the discussion at: https://github.com/orgs/Web3Auth/discussions/545