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
So I was comparing what I have with my list of PassKeys I've registered to Amazon and I noticed that they have both an icon + name for the authenticator that I used: Enpass (with icon) and iCloud Keychain (with Apple logo).
Took me a while to find out how they're doing that, but I stumbled upon some info on stackoverflow where it says the authenticator may pass along an AAGUID which helps you identify the device.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
So I was comparing what I have with my list of PassKeys I've registered to Amazon and I noticed that they have both an icon + name for the authenticator that I used: Enpass (with icon) and iCloud Keychain (with Apple logo).
Took me a while to find out how they're doing that, but I stumbled upon some info on stackoverflow where it says the authenticator may pass along an AAGUID which helps you identify the device.
I've found this open source JSON list which helps you map them to both light/dark icons and the pretty name of them: https://github.com/passkeydeveloper/passkey-authenticator-aaguids/blob/main/aaguid.json
I think it would be nice if simplewebauthn could either:
Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions