Skip to content

Bioauth Key UX improvements#97

Merged
MOZGIII merged 7 commits intomasterfrom
bioauth-key-ux
Aug 19, 2021
Merged

Bioauth Key UX improvements#97
MOZGIII merged 7 commits intomasterfrom
bioauth-key-ux

Conversation

@MOZGIII
Copy link
Contributor

@MOZGIII MOZGIII commented Aug 19, 2021

This PR changes the way we handle the bioauth key when engaging the bioauth flow to be more user-firendly.
It also adds a subcommand to enumerate all the Aura keys in the keystore (which are effectively the bioauth keys).

What this PR doesn't do is it doesn't make the key selectable. The reason for this is it seems the panics that we use to get previously was triggered by the absence of the key, rather than having more than one key. We now handle no keys properly, but the panic still remains in the case of more than one auth key. So, instead of allowing the user to pick a key when there's more than one, we still trigger a panic.

Closes #63

@MOZGIII MOZGIII requested a review from dmitrylavrenov August 19, 2021 13:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Figure out what to do if more than one aura key exists at the validator key selection

2 participants