MPC and recovery?

Right now we are using the modal setup. It’s been working fine and there is some flakiness overall with web3auth. One thing we are curious about is how do we manage an account that may want to change their email? Is this currently a limitation of web3auth. I know they use a 2/3 setup, if for example I use my email@email.com, this will generate a private key of 12345. If I want to sign in with a different account. Is there any means to recover this account and have the new email generate the same private key?

What would be the steps to do this? Is it adding another key to the tkey leaving the threshold to 2/4 now and using a generated key and the user’s recovery phrase to help them reclaim the key, would that now be used when signing in or will it default back to the user’s old key after a new login. Curious about any way to fix this issue.

Thanks

@fwahab9 Thanks for your question.

Your request has been forwarded to our team and we will get back with further updates once more information becomes available.

Thanks, yeah ultimately looking for guidance. Chances are we would likely need to use auth0 and use the link account mechanism to make them resolve to the same person in the event of a lost account. I’ll continue to investigate a solution on my side

@fwahab9 The solution you suggested using auth0/cognito is the way forward for this usecase