pramod_Task#482 : Implement Login via OTP #190

Closed
pramod.mahajan wants to merge 0 commits from pramod_Task#482 into Issue_Jun_1W_2
Collaborator

Allows users can be login through OTP.
On submission, a 4-digit OTP is generated and sent via email using backend API.
Stores otpUsername and otpSentTime in localStorage.
User is redirected to /auth/login-otp.

Accepts a 4-digit OTP (split across 4 inputs).

Verifies OTP via API.

On success, stores tokens and redirects to /dashboard.

Allows users can be login through OTP. On submission, a 4-digit OTP is generated and sent via email using backend API. Stores otpUsername and otpSentTime in localStorage. User is redirected to /auth/login-otp. Accepts a 4-digit OTP (split across 4 inputs). Verifies OTP via API. On success, stores tokens and redirects to /dashboard.
pramod.mahajan added 10 commits 2025-06-07 12:19:27 +00:00
pramod.mahajan changed title from pramod_Task#482 to pramod_Task#482 : Implement Login via OTP 2025-06-07 12:22:51 +00:00
vikas.nale added 1 commit 2025-06-09 06:16:05 +00:00
Collaborator

Merged Manually

Merged Manually
vikas.nale closed this pull request 2025-06-09 06:21:05 +00:00

Pull request closed

Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: admin/marco.pms.web#190
No description provided.