Merge two accounts into one

For example: user login via Facebook and the next time he login via Google

The problem is that users after some time forget what type of login they used before, and they need to login via each method.

Question, can we merge users in one account, but JWT verification should be working as before

If you need more information, please let me know and I will provide

@petro.bishko.uk Welcome Aboard!

There is no way to merge accounts as different types of login create different addresses.

The alternative is to setup Aggregate Verifier where multiple sub-verifiers are combined under one single aggregate verifier, and one wallet address is generated from the aggregate verifier. You can combine multiple login methods to create a verifier to get the same address for your user regardless of their login providers while creating a verifier, for example, combining a Google and Facebook to access the same key for your user. These login methods should share the same Verifier ID, e.g., email ; such verifiers are called Single ID Verifiers . Please refer to:

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.