Passkeys are the passwordless login standard based on FIDO2/WebAuthn: instead of a password, the device holds a cryptographic key pair. The private key never leaves the device; the service only knows the public part — there is no secret left to steal or phish.
The decisive advance is phishing resistance: a passkey only works for exactly the domain it was created for. Fake login pages come to nothing — the most common attack type loses its lever.
How do passkeys work?
On registration the device generates a key pair per service; the public key is stored with the service. To sign in, the device signs a challenge from the service — released via fingerprint, face or device PIN. Biometrics stay local; only the signature is transmitted.
Synchronised passkeys travel encrypted to further devices via account ecosystems (Apple, Google, password managers); device-bound passkeys on hardware tokens such as YubiKeys deliberately stay on one piece of hardware — the stricter variant for high protection needs.
Why companies are switching
- Phishing-resistant by design: no secret users could give away.
- No more password databases that can be stolen and cracked.
- Faster login, less helpdesk effort for resets.
- Combinable with SSO and conditional access for a consistent Zero Trust login.