Purpose of label
field on keys
#64
Unanswered
MitchellJeppson
asked this question in
Q&A
Replies: 1 comment 1 reply
-
LabelsRight, if a user has multiple keys, they'll want some kind of descriptor. For example, "iCloud Passkey" or "1Password Passkey", maybe even "Yubikey NFC C". If we can detect the authenticator name and provide it as a default, that would be great. This may be possible to obtain from the JS side since that's where the authenticator device is registered. The user should be able to call it whatever they like. CommunicationI think this is a good use of GH Discussions. The questions you're asking will be informative to other devs & users. Misc
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey Owen! Let me know if there is a better way for us to communicate. I'm just stuck on what the purpose of the
label
field is on the user_keys. Is this so we could present the user with a textbox and allow them to name the key something they will recognize? Or is there a way to get the name of the authenticator during attestation? I've played around with the Wax.Metadata functions, but couldn't get what I wanted out of it. Appreciate your input!Also posting some other small issues I've found here, mostly for myself but feel free to address them if you have thoughts.
Beta Was this translation helpful? Give feedback.
All reactions