Implement API to log in through MPIN authentication. #87
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "Ashutosh_Task#484_Login_MPIN"
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 MPIN Token
2. Extract Claims from Token
3. Fetch Employee Using Token Details
4. Validate Token-Employee Match
5. Check MPIN Input
6. Fetch MPIN Details from DB
7. Compare Hashed MPIN
8. Generate Tokens
9. Return Successful Login Response
10. Exception Handling