How passkeys differ from "regular" FIDO2
A FIDO2 credential is a public/private keypair scoped to one website. Originally the private key lived only on one device (a YubiKey, a phone) — losing the device meant losing access. Passkeys add cross-device sync via the platform credential manager:
- Discoverable credential — the credential is identified by the user's account, not by a username typed in. Enables one-tap sign-in.
- Backed-up + synced — Apple syncs via iCloud Keychain; Google via Password Manager; Microsoft via Windows Hello + cloud account; 1Password / Dashlane / Bitwarden also support sync.
- Cross-device authentication — sign in on a laptop using the passkey on your phone via a QR code + Bluetooth handshake.
