MFA

Multi-factor authentication — a second verification step (TOTP, hardware key, push) on top of a password.

Definition

Multi-Factor Authentication requires a user to present two or more independent proofs of identity: something they know (password), something they have (TOTP app, hardware key, phone), or something they are (biometric). MFA blocks the vast majority of credential-stuffing attacks and is mandatory on most admin and developer accounts.

When to use

See also