-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Steps to reproduce -
- create mpc-corekit instance and login (
instance1) - enable MFA on the
instance1and you should be able to get backup factor which will be used to login another session - create another corekit instance (
instance2) and login withbackup factoryou have from above step - login should be successful with
instance2 - from
instance1delete thebackup factor, which is used to login forinstance2 - verify the
backup factorhas been successfully deleted, as well as it's related metadata (commitChangeswhen using manualSync:true) - from
instance2, try to create new factor with the deletedbackup factor
Expected Result
From instance2, new factor should not be able to created, should throw factor not present error, since the active factor key of instance2 has been deleted from instance1
Actual Result
With deleted backup key, new factor can be created locally in instance2. MPC-Corekit throws an error only when sync with metadata service.
Metadata
Metadata
Assignees
Labels
No labels