fix(user_service): validate oauth token and provider fields d151545 MukeshKapoor25 commited on Oct 5, 2025
refactor(jwt): unify jwt configuration and token expiration handling 975cfc8 MukeshKapoor25 commited on Oct 4, 2025
fix(user_service): correct token logging by removing truncation 8a17472 MukeshKapoor25 commited on Oct 4, 2025
refactor(logging): change debug to info level for operational logs df8187a MukeshKapoor25 commited on Oct 4, 2025
feat(user_service): add more user details to auth response 2f149b5 MukeshKapoor25 commited on Oct 1, 2025
refactor(user): rename user_id to customer_id across all modules a9ccd3b MukeshKapoor25 commited on Sep 30, 2025
feat(auth): enhance jwt token response with additional user data 918926f MukeshKapoor25 commited on Sep 30, 2025
test: use hardcoded OTP and remove notification code for testing 8c83af2 MukeshKapoor25 commited on Sep 30, 2025
feat: add wallet, address, pet and guest management features 82a6cc5 MukeshKapoor25 commited on Sep 29, 2025
feat(auth): implement enhanced social login with security middleware d846c9a MukeshKapoor25 commited on Sep 29, 2025
feat(auth): add phone number support for authentication 91dc3b5 MukeshKapoor25 commited on Sep 28, 2025
feat(logging): add comprehensive logging across application layers fe2f3e5 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