Archived Content from Web3Auth Community
This topic was originally posted by githubdiscussions on 8/1/2022.
This content has been migrated from our previous community forum to preserve valuable discussions.
Is it possible to connect with username/email/password, passwordless (with email) and discord connect ?
Originally posted by:
1swaraj Check the discussion at:
https://github.com/orgs/Web3Auth/discussions/329
Yes it is possible to connect with multiple channels in Web3Auth. If you're a dApp integration Web3Auth and want to include multiple social channels to for your users customised for your UI, you have the use the connectTo function from the web3auth/core SDK for that: https://web3auth.io/docs/sdk/web/core/usage#logging-in-the-user
You can achieve the same with the web3auth/web3auth Modal SDK, and whitelabel it according to your needs: https://web3auth.io/docs/sdk/web/web3auth/
The only thing to note here is that you will have different verifiers for each of your different accounts. This means that you cannot link different social logins and the private key will be different for them. However, as a dApp you can get around it by asking us to create an Aggregate Verifier, which basically links multiple socials into a single verifier, helping users to link accounts.
Originally posted by:
yashovardhan