The docs have this guide and this documentation on Auth0's website that outline the Web3Auth + Auth0 login model where the Auth0 login is tied directly to the Web3Auth wallet generation (see step 4 in the diagram below - the token flows directly from Auth0). This seems to be the case in both openlogin-adapter usage and with self-host.
Instead, is it possible to initialize the Web3Auth wallet after a user logs in via Auth0, by having my app pass the JWT back to Web3Auth? For context, we are trying to decouple the "login to our platform" and "create wallet" flows in our platform. Basically I want my app to be able to request the JWT back from Auth0 for the authenticated user and send to Web3Auth to initialize the wallet at some point in the user flow beyond login.
Originally posted by: cfern18
Check the discussion at: https://github.com/orgs/Web3Auth/discussions/1310