catapam / investnest

Project 04 - Code Institute
1 stars 2 forks source link

[TASK 2.2.9] Support two-factor authentication on login #56

Open catapam opened 2 months ago

catapam commented 2 months ago

Implement two-factor authentication (2FA) for an additional layer of security during login.

Acceptance Criteria:

Steps:

  1. Implement 2FA setup during account settings.
  2. Integrate an additional verification step during login.
  3. Provide support for various 2FA methods (e.g., SMS, Authenticator apps).
  4. Test the 2FA process, including fallback and recovery options.

Linked Issues:

Previous task: