Actions
Task #547
closedFeature #533: Authentication Hum Rahi
EPIC #534: Epic: User Authentication - Mobile & OTP
User Story #536: User Story 2: Back-End - OTP Generation & WhatsApp Integration
Create OTP Request API Endpoint
Start date:
Due date:
% Done:
100%
Estimated time:
Reviewer:
Description
Implemented the REST API endpoint to accept OTP requests. The endpoint receives the mobile number and request type, validates the input, and forwards the request to the authentication factory service responsible for handling OTP generation and dispatch.
Key Responsibilities:
- Accept mobile number from the request payload.
- Normalize and validate the phone number format.
- Route the request to the OTP generation service.
Actions