feat(recovery): improve ability to validate the address added as recovery
#381
zerosnacks
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When adding a recovery wallet on https://stg.id.porto.sh/ the following screen in shown:
It is already quite common for phishing campaigns to mine addresses matching 4 leading characters and 4 trailing characters as they know people briefly check the front and back.
Because the address shown is truncated I have no way to make sure this is actually my address.
I would like to be able to click on the address to see it in the explorer like is done here:
Additionally I think it would be good if the
Recoveryflow would ask me to sign a message on the wallet I am proposing to add as backup. This makes sure I actually own the recovery wallet.In the
Recoverysection on https://stg.id.porto.sh/ I also would like to be able to see the full address, either on hover or include a link as is shown in thePermissionssection.The
Public Keycopy is also not entirely clear to me - is this an Ethereum address or the entire public key? If the latter - is this relevant to the user?Beta Was this translation helpful? Give feedback.
All reactions