FIDO2 is a suite of open authentication standards, developed by the FIDO Alliance, that enables passwordless and phishing-resistant logins. Its core component, the Web Authentication API (WebAuthn), is a W3C standard that allows web applications to integrate public key cryptography for user authentication. Instead of a shared secret password, authentication relies on a unique cryptographic key pair, where the private key remains securely stored on the user's device.
