Authenticator

An authenticator is an entity that can perform the cryptographic operations needed to register and authenticate users, and securely store the cryptographic keys used in these operations.

An authenticator might be implemented in hardware or software. It may be integrated into the device, like the Touch ID system in Apple devices or the Windows Hello system, or it might be a removable module like a Yubikey.

The Web Authentication API makes authenticators available to websites as part of the Credential Management API. This enables websites to use authenticators to generate credentials based on public-key cryptography, which can then be used to sign users into websites.

See also