You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add AccountRotationPage.xaml, which will allow the user to switch the access of one account for another one.
This is useful as a safety measure.
Examples:
you lost the access to your private key, you can use your 2FA account + your social recovery and regain the full access by creating a new private key and giving it the access to control the core account
you lost trust to your social recovery person, you can transfer the access to your core account to a different person that you trust more.
you have got a core account that is controlled by only 1 private key. You can upgrade the security of your core account by expanding the access to more accounts.
you can change the 2FA for a different one
The UI would show the all account that control the core account. Each account will have a label describing it's type and a button for rotating the access.
Account type labels: [on-device, private key, 2FA social recovery, ...]
When rotating, show a bottom card popup with the input and confirm and decline buttons. There will also be a selector to select the account type. Each type will have it's respective setup.
For the core account that is controlled by only a single account, show an option to upgrade the security by expanding the access. If selected, go through a similar process like creating a new account abstraction account, the only difference being that the core account has already been created.
The text was updated successfully, but these errors were encountered:
Add AccountRotationPage.xaml, which will allow the user to switch the access of one account for another one.
This is useful as a safety measure.
Examples:
The UI would show the all account that control the core account. Each account will have a label describing it's type and a button for rotating the access.
Account type labels: [on-device, private key, 2FA social recovery, ...]
When rotating, show a bottom card popup with the input and confirm and decline buttons. There will also be a selector to select the account type. Each type will have it's respective setup.
For the core account that is controlled by only a single account, show an option to upgrade the security by expanding the access. If selected, go through a similar process like creating a new account abstraction account, the only difference being that the core account has already been created.
The text was updated successfully, but these errors were encountered: