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
During the Registration Verification phase, is it possible to get a suggestion for the created credential name (like: Chrome on Mac, FIDO2 security key)? (attached image from Google's Passkey settings page)
This is to display in the Passkeys Settings page after successful creation of a Passkey.
Possible Implementation
Assuming we had already set attestation=direct in the RegistrationOptions
With AAGUID value, search in the already saved json file
Source for the json file could be from the FIDO metadata server or from the community curated list of known aaguids (it also has a list which is a combination from FIDO and community curated)
Other information
I'm thinking if this should be implemented separately; but, it'd be nice to have this feature support within py_webauthn.
The text was updated successfully, but these errors were encountered:
Description
During the Registration Verification phase, is it possible to get a suggestion for the
created credential name
(like: Chrome on Mac, FIDO2 security key)? (attached image from Google's Passkey settings page)This is to display in the Passkeys Settings page after successful creation of a Passkey.
Possible Implementation
attestation=direct
in the RegistrationOptionsAAGUID
value, search in the already savedjson
fileaaguids
(it also has a list which is a combination from FIDO and community curated)Other information
py_webauthn
.The text was updated successfully, but these errors were encountered: