Passkey
A passkey is a way to sign in to apps and websites without typing a password, using something like your fingerprint, face recognition, or a device PIN instead. It is a digital credential tied to your account and to a specific website or application. It is intended to offer a more convenient and secure alternative to traditional passwords.
A passkey is a cryptographic credential bound to a specific user account and a relying party (website or application), used for passwordless authentication. The credential is unlocked locally through a user gesture such as biometric verification (fingerprint or facial recognition) or a device PIN, which authorizes use of the underlying key material rather than transmitting a shared secret. Passkeys are designed to be usable across a user's devices to streamline sign-in. Note that the evidence provided does not detail the underlying protocol mechanics, and passkey behavior, syncing, and security properties depend on the specific implementation; confirm technical details against the relevant published specifications.
Why it matters
Passwords remain one of the weakest points in account security. They can be phished, guessed, reused across sites, or stolen in bulk from breached databases, and traditional password-based multi-factor methods such as one-time codes can still be intercepted or socially engineered. Passkeys are intended to address these problems by replacing the shared secret model with a cryptographic credential that is unlocked locally by a user gesture such as a fingerprint, facial recognition, or a device PIN, rather than by transmitting a password that an attacker could capture or reuse.
For payment security and fraud teams, authentication weaknesses are frequently the entry point for account takeover, which can in turn enable card-not-present fraud and unauthorized transactions. A credential that is bound to a specific relying party (website or application) may help reduce certain phishing and credential-reuse risks that drive account takeover. However, a passkey addresses sign-in authentication only; it is a distinct control from EMV chip authentication, 3-D Secure, and transaction-level strong customer authentication, and it does not by itself eliminate fraud that originates from other vectors such as malware on an authorized device, first-party or friendly fraud, or compromised recovery flows.
The evidence provided describes passkeys at a general level and does not detail the underlying protocol mechanics, syncing behavior, or specific security guarantees. Because passkey behavior and security properties depend heavily on the particular implementation and platform, teams evaluating passkeys for their own environments should confirm technical and assurance details against the relevant published specifications rather than assuming uniform behavior across vendors.
Who it's relevant to
Inside Passkey
Common questions
Answers to the questions practitioners most commonly ask about Passkey.