Implement API to Send OTP for Email-Based Login #85
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "Ashutosh_Task#480_Send_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. Validate Input Email
2. Fetch User
3. Fetch Employee Details
4. Generate OTP
5. Store OTP in Database
6. Prepare Email
7. Send Email
8. Log and Respond
9. Handle Invalid or Inactive User
10. Exception Handling