Replies: 1 comment
-
Hey @paddyfink Sorry for the delay in answering this question. It looks like your question is similar to the one answered in these two discussion threads: #549 & #421 Coming to your questions again:
No, the keys will be different since the login methods are different, which generally means that the verifiers will be different, hence the private keys will be different.
Again, your login methods are different - auth0 and google. Your verifiers will differ and the private keys will differ hence. Talking about Aggregate Verifiers: These are basically verifiers which are a combination of other verifiers. They take some common attributes between two types of login methods, like email in your examples and club them together into a single verifier id. Currently there is no self serve way of creating a aggregate verifier. You can to get in touch with our team and they can help you create one. |
Beta Was this translation helpful? Give feedback.
-
There is this section in the docs, that is not clear :
Does that mean if I connect via email-passwordless with the email "john@doe.com" and then later, I connect via google with the same email, it will be recognized as the same user and will share the same wallet key?
If I connect via google with "john@doe.com", then later I decide to switch my app to a custom authentication with auth0 for instance. if the user connects with the same email, it will be recognized as the same user and have the same key?
In both scenarios, the verifier will be different, but the identifier id (the email) will be the same.
There is also the section about
Aggregate Verifiers
in the docs. But it is not very clear and I don't know if it is related to this use case:What does this mean? that the team has to merge users one by one? If I have 500 user that connects both with email-passwordless and google, do I have to contact web3auth to aggregate each user account? And I have to know those users email in advance before they log in the application?
Thanks in advance for your help.
Beta Was this translation helpful? Give feedback.
All reactions