This repository has been archived by the owner on Oct 29, 2020. It is now read-only.
As a user, I should be warned if my contact's account is compromised and their security keys are reset even if I haven't verified them. #12
Labels
There are two parts to this:
Being able to see this on all the devices that logged in before the point the user changed their key. The code we now have in the js-sdk can do this.
Being able to see when a user changed their master key even if the device I'm using was logged in after the point they changed it. This will require uploading a signature making a weaker assertion, ie. that we've seen that key for that user at a given point in time (rather than that we have verified the ownership of the key out-of-band).
The text was updated successfully, but these errors were encountered: