feat(logging): add comprehensive logging across application layers fe2f3e5 MukeshKapoor25 commited on Sep 27, 2025
feat: initialize project structure and add user router import 0011d75 MukeshKapoor25 commited on Sep 27, 2025
test(user_service): use dummy otp for testing purposes 98c9ded MukeshKapoor25 commited on Sep 27, 2025
feat(profile): implement jwt-protected profile endpoint with service layer 2e26396 MukeshKapoor25 commited on Sep 27, 2025
Add name field to TokenResponse for OTP login response 5f27f7b MukeshKapoor25 commited on Jun 25, 2025
Fix mobile field reference in user model and update logging level for OTP handling cb59048 MukeshKapoor25 commited on Jun 24, 2025
Add logging for user registration and improve OTP verification handling 58afdfa MukeshKapoor25 commited on Jun 24, 2025
Add debug logging for user registration identifier; check for missing otpIdentifier a299965 MukeshKapoor25 commited on Jun 24, 2025
Refactor OTP registration logic to set identifier and user_id before checks; improve error handling for missing OTP and identifier 8a6e421 MukeshKapoor25 commited on Jun 24, 2025
Add otpIdentifier to UserRegisterRequest and improve OTP registration handling a389275 MukeshKapoor25 commited on Jun 24, 2025
Ensure OTP storage succeeds even if SMS notification fails; clarify comments for better understanding d3cdf04 MukeshKapoor25 commited on Jun 22, 2025
Refactor OTP handling to continue with email fallback on SMS failure; add timeout parameter to email OTP function and improve SMS client initialization 9e0fc4a MukeshKapoor25 commited on Jun 22, 2025
Add Twilio and SMTP configuration to .env; implement email OTP sending with connection setup 3542545 MukeshKapoor25 commited on Jun 22, 2025
Refactor user model and service; implement OAuth and OTP login features, enhance JWT handling, and update requirements 8ee3f02 MukeshKapoor25 commited on Jun 22, 2025
Add initial implementation of User Management Service b407a42 MukeshKapoor25 commited on Jun 21, 2025