Merge remote-tracking branch 'origin/feature/review-changes' 64d7d33 MukeshKapoor25 commited on Nov 9, 2025
fix(favorite_model): correct string interpolation syntax in logger statements d30cd23 MukeshKapoor25 commited on Nov 7, 2025
Merge remote-tracking branch 'origin/feature/favorite-changes' f5367b2 MukeshKapoor25 commited on Nov 5, 2025
feat(schemas): add validators for empty string to none conversion 07b921c MukeshKapoor25 commited on Oct 29, 2025
fix(guest_model): sanitize guest data before MongoDB writes cd02845 MukeshKapoor25 commited on Oct 27, 2025
fix(pet_model): sanitize pet data before MongoDB update 405aa89 MukeshKapoor25 commited on Oct 27, 2025
feat(profiles): add default pet/guest functionality and refactor address model 0f81784 MukeshKapoor25 commited on Oct 27, 2025
fix(user_service): validate oauth token and provider fields d151545 MukeshKapoor25 commited on Oct 5, 2025
refactor(user_router): improve google oauth token verification logic d2a666f MukeshKapoor25 commited on Oct 5, 2025
feat(oauth): add local testing mode to bypass external verification 2fc2b48 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): centralize logging configuration in utils 05dc4f5 MukeshKapoor25 commited on Oct 4, 2025
refactor(logging): change debug to info level for operational logs df8187a MukeshKapoor25 commited on Oct 4, 2025
feat(oauth): enhance google oauth to support access tokens and user existence check c269572 MukeshKapoor25 commited on Oct 3, 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
refactor(user_schema): remove deprecated otpIdentifer and add mode validation fbc46d2 MukeshKapoor25 commited on Sep 30, 2025
feat(auth): enhance jwt token response with additional user data 918926f MukeshKapoor25 commited on Sep 30, 2025
refactor(cache): improve redis client initialization with better error handling 6e5d529 MukeshKapoor25 commited on Sep 30, 2025
fix(cache): handle empty redis password and improve error logging 6d5564a MukeshKapoor25 commited on Sep 30, 2025
fix(cache): handle redis connection with optional password a63007f 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
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