Hi there everyone! Thanks in advance for any replies.
I might be asking a silly thing, but regarding the 2 out of 3 shares flow, is there some way to gain access to the private key upon registration in a new device if the user has not saved their recovery phrase?
We would like to allow users to recover their account just by email for UX reasons, so that if migrated to a new device, they can still get some how an email with a link for instance, that would allow them to recover their account (reconstruct their private key) without trusting them to keep or store the recovery phrase (as we fear they might just lose this data).
Ideally it would be awesome if we could somehow send the user a link to regain access to their account on a new device avoiding sending them this recovery phrase at all, and letting them recover access even if they deleted the local share (stored at their device) or in case they lose their phone for example.
Perhaps we should use this to achive the desired result ?
(having a custom JWT 2 factor passwordless custom login system as well as the social login i.e google)