Oaks-Africa / oak

1 stars 1 forks source link

2fa #27

Open adzamkomladev opened 1 year ago

adzamkomladev commented 1 year ago

2fa

Details:

2fa is responsible for making sure a user is the right user making certain actions. This usually means sending a 6-digit code to their emails or phone numbers and making sure said code is entered and validated before they are allowed access to whatever functionality is being blocked by the 2fa.

We need UI that will allow users to send code and enter the code for validation, backend functionality that will send and verify the code before allowing users to continue with whatever functionality they want to perform, etc.

Instructions (frontend)

Tasks Breakdown

Notifications? Yes (SMS OTP, Email OTP)

datgerhardt commented 1 year ago

The otp modal should be it be place in the @common/component or make as a page

adzamkomladev commented 1 year ago

The otp modal should be it be place in the @common/component or make as a page

component