Replies: 2 comments 6 replies
-
Step 4 mentioned is just passing idToken to web3auth sdk. You however would need to configure the Auth0 at the dashboard ( configuration for authenticating Auth0 token) |
Beta Was this translation helpful? Give feedback.
2 replies
-
Sure, you will have to refer self-host solution here |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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.
Beta Was this translation helpful? Give feedback.
All reactions