Overview of MFA features in django-allauth
mainThe allauth.mfa app provides the following authentication capabilities:
- TOTP: Time-based One-Time Password authentication.
- Recovery Codes: Authentication via recovery codes, including functionality for viewing, downloading, and regenerating them.
- WebAuthn: Support for WebAuthn-based credentials (Note: WebAuthn support is disabled by default).
- Passkeys: Login using passkeys.