GiessC / anima

Anima is an open-source React Native dating app that uses AI and detailed user information to increase romantic success rate.
MIT License
1 stars 0 forks source link

MFA Setup Screen #10

Open GiessC opened 4 months ago

GiessC commented 4 months ago

There needs to be a screen for users to setup and configure MFA for their account. This should be linked to our authentication service with full functionality (otherwise I think you may not be able to test).

Note: I don't know exactly how this will work, so these requirements are not as verbose

  • Choice between SMS or OTP via authenticator app
  • QR code for adding MFA to authenticator app
  • SMS MFA setup form

Depends on: mobile-auth-service

GiessC commented 4 months ago

Use mobile-mfa-setup-screen branch for development.

git fetch origin
git checkout mobile-mfa-setup-screen