Implementation of a two-step role transfer at cw_controllers::Admin
Open
new spec
- Dominant language
- Rust
- Stars
- 527
- Forks
- 362
- PR merge metrics
- No merged PRs in 30d
Description
Is there a reason for not implementing a two-step admin transfer at `cw_controllers::Admin`?
It seems to be a common recommendation among security firms to limit the chances of updating the owner/admin to an incorrect/typo address.
1. Propose new admin, old admin retains privileges.
2. Proposed admin accepts the role, role is actually transferred.
Contributor guide
Assessment
This issue has not been assessed yet.