There are two important account security changes in Craft CMS 5 that will make user authentication more inline with best practices for web applications.
The two new additions to Craft 5 are:
- 2FA — two-factor authentication using Duo Mobile, Google Authenticator, Microsoft Authenticator or a supported password manager like 1Password or Bitwarden.
- Passkey — A replacement for passwords built on WebAuthn. This type of public and private key authentication happens at the operating system level and doesn’t require an additional application or setup. On macOS, iOS, and iPadOS this means we can use TouchID or FaceID to log in to the control panel.