Commit History

updated schema for adding favorite
f275e24

GayathriArjun commited on

merchant favorite changes
0a50ace

GayathriArjun commited on

fix(user_service): validate oauth token and provider fields
d151545

MukeshKapoor25 commited on

fix: remove redundant oauth token validation check
f5c15eb

MukeshKapoor25 commited on

refactor(jwt): unify jwt configuration and token expiration handling
975cfc8

MukeshKapoor25 commited on

fix(user_service): correct token logging by removing truncation
8a17472

MukeshKapoor25 commited on

refactor(logging): change debug to info level for operational logs
df8187a

MukeshKapoor25 commited on

refactor(auth): simplify jwt token payload structure
a524413

MukeshKapoor25 commited on

feat(user_service): add more user details to auth response
2f149b5

MukeshKapoor25 commited on

refactor(user): rename user_id to customer_id across all modules
a9ccd3b

MukeshKapoor25 commited on

feat(favorites): add favorites feature for merchants
f36ca66

MukeshKapoor25 commited on

feat(auth): implement refresh token functionality
4ddb8b3

MukeshKapoor25 commited on

feat(auth): enhance jwt token response with additional user data
918926f

MukeshKapoor25 commited on

test: use hardcoded OTP and remove notification code for testing
8c83af2

MukeshKapoor25 commited on

feat: add wallet, address, pet and guest management features
82a6cc5

MukeshKapoor25 commited on

feat(auth): implement enhanced social login with security middleware
d846c9a

MukeshKapoor25 commited on

feat(auth): add phone number support for authentication
91dc3b5

MukeshKapoor25 commited on

feat(logging): add comprehensive logging across application layers
fe2f3e5

MukeshKapoor25 commited on

test(user_service): use dummy otp for testing purposes
98c9ded

MukeshKapoor25 commited on

feat(profile): implement jwt-protected profile endpoint with service layer
2e26396

MukeshKapoor25 commited on

Add name field to TokenResponse for OTP login response
5f27f7b

MukeshKapoor25 commited on

Fix mobile field reference in user model and update logging level for OTP handling
cb59048

MukeshKapoor25 commited on

Add logging for user registration and improve OTP verification handling
58afdfa

MukeshKapoor25 commited on

Add debug logging for user registration identifier; check for missing otpIdentifier
a299965

MukeshKapoor25 commited on

Refactor OTP registration logic to set identifier and user_id before checks; improve error handling for missing OTP and identifier
8a6e421

MukeshKapoor25 commited on

Add otpIdentifier to UserRegisterRequest and improve OTP registration handling
a389275

MukeshKapoor25 commited on

Ensure OTP storage succeeds even if SMS notification fails; clarify comments for better understanding
d3cdf04

MukeshKapoor25 commited on

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

Add Twilio and SMTP configuration to .env; implement email OTP sending with connection setup
3542545

MukeshKapoor25 commited on

Refactor user model and service; implement OAuth and OTP login features, enhance JWT handling, and update requirements
8ee3f02

MukeshKapoor25 commited on

Add initial implementation of User Management Service
b407a42

MukeshKapoor25 commited on