Commit History

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

MukeshKapoor25 commited on

feat: initialize project structure and add user router import
0011d75

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

initial commit
ef7a502
verified

insightfy commited on