nexalign

Glossary term

Passkeys

Also: WebAuthn Passkeys, Discoverable Credentials

Phishing-resistant authentication credentials per WebAuthn/FIDO2 that keep private keys on the device and are unlocked biometrically or by PIN. Replace classic passwords and SMS OTP.

Passkeys use public-key cryptography: the private key never leaves the device (Secure Enclave/TPM); only a signature is sent to the service. Structurally immune to phishing, server database theft and replay.

Sync variants: platform passkeys (iCloud Keychain, Google Password Manager, Microsoft Authenticator) sync via the provider for convenience but introduce vendor lock-in. Hardware passkeys (FIDO2 sticks) do not sync and remain strictly on the hardware token.

Implementation 2026: Apple, Google, Microsoft, GitHub, Cloudflare, Shopify, Amazon and many others natively support passkeys. For regulated workloads, hardware passkeys with attestation review (level 1/2) are state of the art.

Related terms