Commit History

pet and guest api changes
b1b7430

GayathriArjun commited on

feat(oauth): add local testing mode to bypass external verification
2fc2b48

MukeshKapoor25 commited on

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

MukeshKapoor25 commited on

feat(jwt): add logging to jwt token operations
ed83da2

MukeshKapoor25 commited on

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

MukeshKapoor25 commited on

refactor(logging): centralize logging configuration in utils
05dc4f5

MukeshKapoor25 commited on

feat(oauth): enhance google oauth to support access tokens and user existence check
c269572

MukeshKapoor25 commited on

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

MukeshKapoor25 commited on

feat(auth): implement refresh token functionality
4ddb8b3

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(profile): implement jwt-protected profile endpoint with service layer
2e26396

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