Skip to content

Biometric Authentication.

Verifying a person's identity by measuring a physical or behavioral trait — fingerprint, face, voice, iris, typing rhythm — that is unique enough and stable enough to distinguish one user from another.

The recurring misconception: that biometric authentication sends your fingerprint or face data to the relying party. In modern implementations (passkeys, FIDO2, Apple Sign In, Google Sign In, Microsoft Hello) it does not. The biometric is verified locally by the device's secure enclave; the relying party receives only a signed assertion that the verification succeeded, plus the public-key signature that proves possession of the credential bound to that device.

Liveness detection (defeating photo attacks and deepfakes) is part of any production face-recognition deployment in 2026. Apple's Face ID uses depth sensing; Android Pixel face unlock uses a similar 3D sensor; lower-end Android implementations that rely on 2D cameras alone are not classified as Class 3 biometric and cannot unlock high-assurance flows.

Common questions

Is biometric authentication safe?

Where is my fingerprint actually stored?

Can biometric authentication be hacked with a photo?

Related terms

In the guides

Last updated 2026-05-15.