Hacker News new | ask | show | jobs
by psanford 1479 days ago
FIDO2 resident keys (the thing people are now calling passkeys) allow for multiple credentials for a single site. If you have a device that supports resident keys you can try this for yourself on https://webauthn.io.

There is also no way for a site to know if two sets of credentials belong to the same physical hardware device or not. Sites can request the attestation certificate, but that is not unique per device (the spec says the attestation cert should be shared by at least 100,000 devices). If you want to see the attestation cert for a fido(2) device, I made a little tool that will show it to you: https://what-the-fido.sanford.io/

1 comments

Got "failed to register" on your website on my phone after doing the os level fingerprint auth
Thanks for the heads up, it should be fixed now for android platform authenticators.