Yousuf24100286 / findyourtutor

Find Your Tutor
https://findyourtutor.co.uk/
0 stars 0 forks source link

Implement Two-Factor Authentication for Admin Role #5

Open Yousuf24100286 opened 1 month ago

Yousuf24100286 commented 1 month ago

Description:

Add two-factor authentication (2FA) for users with the admin role. On admin login, send a 6-digit code via email for verification.

Features: User Authentication API

Requirements:

Tasks:

Concerns

Raised for @hammadtariq838 and @adeel838 to answer

adeel838 commented 1 month ago

Session should not start after inputting code, but when user logs in. @hammadtariq838 can guide more on this

It's better code should be a number

Yousuf24100286 commented 1 month ago

not start after inputting code, but when user logs in.

so session should start at the input of email and password ?