Implement API to log in through OTP verification #86
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "Ashutosh_Task#483_Login_OTP"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
1. Input Validation
2. Fetch Employee by Email
3. Get User ID
4. Fetch Latest OTP
6. Match OTP
7. Generate Tokens
8. Fetch MPIN Token
9. Mark OTP as Used
10. Build and Return Response
11. Error Handling