Hello everyone. There was a question. I implement authorization through the Torus wallet. When logging in via Google, one account is created with a specific address, but if I log in through the same email through the input form, then another account with a different address is created. Is it possible to make it so that with the same mail, but with different methods of authorization through it, the account is the same?
The first is the Google authentication flow, and the other is the EmailPasswordless flow. It’s important to note that these are considered separate authentication providers, even if you use the same Gmail address.
If you want to obtain the same address for the same email address across different social providers, you can use our Aggregate Verifiers feature. To learn more about this feature, please visit https://web3auth.io/docs/auth-provider-setup/aggregate-verifier. Try our live demo to see how it works.