Commit History

Merge remote-tracking branch 'origin/feature/review-changes'
64d7d33

MukeshKapoor25 commited on

fix(favorite_model): correct string interpolation syntax in logger statements
d30cd23

MukeshKapoor25 commited on

Merge remote-tracking branch 'origin/feature/favorite-changes'
f5367b2

MukeshKapoor25 commited on

updated schema for adding favorite
f275e24

GayathriArjun commited on

Merge branch 'feature/favorite-changes'
ac288b5

MukeshKapoor25 commited on

merchant favorite changes
0a50ace

GayathriArjun commited on

increasing jwt expiry time
6f762a2

GayathriArjun commited on

feat(schemas): add validators for empty string to none conversion
07b921c

MukeshKapoor25 commited on

fix(guest_model): sanitize guest data before MongoDB writes
cd02845

MukeshKapoor25 commited on

fix(pet_model): sanitize pet data before MongoDB update
405aa89

MukeshKapoor25 commited on

feat(profiles): add default pet/guest functionality and refactor address model
0f81784

MukeshKapoor25 commited on

date format changes for dob
3866b57

GayathriArjun commited on

guest data of birth format issue while updating
ee0ef33

GayathriArjun commited on

pet and guest api changes
b1b7430

GayathriArjun commited on

address management api changes
f58c397

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(user_router): improve google oauth token verification logic
d2a666f

MukeshKapoor25 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

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

MukeshKapoor25 commited on

Delete .env
ee3366e
verified

insightfy commited on

chore: add .env to gitignore and update JWT secret key
5812136

MukeshKapoor25 commited on

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

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

docs: add README.md with project overview and features
e35abc2

MukeshKapoor25 commited on

chore: remove duplicate httpx entry in requirements.txt
8ae209b

MukeshKapoor25 commited on

feat(favorites): add favorites feature for merchants
f36ca66

MukeshKapoor25 commited on

feat(auth): implement refresh token functionality
4ddb8b3

MukeshKapoor25 commited on

refactor(user_schema): remove deprecated otpIdentifer and add mode validation
fbc46d2

MukeshKapoor25 commited on

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

MukeshKapoor25 commited on

chore: update redis cache URI to cloud instance
6beca64

MukeshKapoor25 commited on

refactor(cache): improve redis client initialization with better error handling
6e5d529

MukeshKapoor25 commited on

Update .env
05a9234
verified

insightfy commited on

fix(cache): handle empty redis password and improve error logging
6d5564a

MukeshKapoor25 commited on

fix(cache): handle redis connection with optional password
a63007f

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