Passkeys Move Authentication Trust Into Origin-Bound Credentials
A convincing phishing page can copy a login form almost perfectly. It can reproduce branding, layout, wording, and even a plausible domain name. With passwords, visual similarity is often enough to obtain a reusable secret. A passkey changes the decisive part of that exchange: the authenticator signs for the relying party it was registered with, rather than handing a credential string to whichever page asks for one. That distinction is more important than the absence of typing. Passkeys are built on WebAuthn credentials backed by asymmetric cryptography. The relying party stores a public key and related credential data; the authenticator retains or protects the corresponding private-key material. Authentication proves possession by signing fresh protocol data. The server does not need a password-equivalent secret that can be replayed after a database disclosure.