Added tables for MPIN and OTP as well created an Login API for Mobile Application #83
Collaborator
- Database Enhancements:
- MPIN Details Table: Added a new table to securely store MPIN information linked to users.
- OTP Details Table: Added a table to manage OTP records for verification and login flows.
- Service Enhancements:
- RefreshTokenServices.cs:
- Added logic to generate and persist MPIN tokens during login or token refresh events.
- Ensures secure generation and storage of tokens associated with user sessions.
- API Enhancements:
- Created a new Login API for the mobile application that:
- Authenticates users using username/email and password.
- Validates user status (e.g., active, locked).
- On successful login, returns:
- JWT Token
- Refresh Token
- MPIN Token
- **Database Enhancements**:
- MPIN Details Table: Added a new table to securely store MPIN information linked to users.
- OTP Details Table: Added a table to manage OTP records for verification and login flows.
- **Service Enhancements**:
- RefreshTokenServices.cs:
- Added logic to generate and persist MPIN tokens during login or token refresh events.
- Ensures secure generation and storage of tokens associated with user sessions.
- **API Enhancements**:
- Created a new Login API for the mobile application that:
- Authenticates users using username/email and password.
- Validates user status (e.g., active, locked).
- On successful login, returns:
- JWT Token
- Refresh Token
- MPIN Token
ashutosh.nehete
added 1 commit 2025-06-05 11:37:59 +00:00
Merge pull request 'Added tables for MPIN and OTP as well created an Login API for Mobile Application' (#83) from Ashutosh_Task#469_Mobile_Login into Issue_Jun_1W_2
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "Ashutosh_Task#469_Mobile_Login"
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?