Commit History

feat(auth): add password reset token to forgot-password flow
86b2156

MukeshKapoor25 commited on

fix: robustly sync must_change_password into require_password_change on login; clear top-level must_change_password on password change/reset
37bf953

MukeshKapoor25 commited on

fix: sync must_change_password from scm_system_users into require_password_change on login
a5ad68d

MukeshKapoor25 commited on

feat: store forgot-pwd OTP in MongoDB, support OTP-based login and reset-with-otp endpoint
b0e514f

MukeshKapoor25 commited on

feat(logging): Enhance logging with structured events and error handling
17ba139

MukeshKapoor25 commited on

feat(system-users): Add comprehensive authentication logging with emoji indicators
128268c

MukeshKapoor25 commited on

feat(staff-auth): Query pos_staff collection directly and add staff_id to auth tokens
0ece69a

MukeshKapoor25 commited on

feat(notifications): Replace WATI service with unified notification queue
2a952d3

MukeshKapoor25 commited on

feat(system-users): Add Pydantic config for field alias population
690d338

MukeshKapoor25 commited on

feat(system-users): Add metadata support and enhanced user creation logging
512572c

MukeshKapoor25 commited on

refactor(cache): Improve Redis connection pool configuration handling
f9e7162

MukeshKapoor25 commited on

perf(cache): Implement Redis connection pooling with health checks
9a8cccf

MukeshKapoor25 commited on

refactor(auth): Rename service_professional files to service_partners
cb893ce

MukeshKapoor25 commited on

refactor(service-professional): Rename service_professional to service_partners throughout codebase
9c25e38

MukeshKapoor25 commited on

refactor(service-professional): Rename collection from scm_service_professionals to scm_service_partners
1e7f907

MukeshKapoor25 commited on

feat(auth): Add user management endpoints with admin controls
cd28adc

MukeshKapoor25 commited on

feat(logging): Add correlation ID tracing for distributed request tracking
1f7d0a1

MukeshKapoor25 commited on

refactor: Simplify SCM permission lookup by removing the intermediate role ID mapping.
cb5967b

rajeshbms commited on

feat(auth): Add missing JWT token fields for microservice compatibility
b57206e

MukeshKapoor25 commited on

fix(auth): Remove hardcoded /auth prefix from router
0fd5692

MukeshKapoor25 commited on

docs(service-professional): Update API endpoints and JWT payload documentation
a0ecd9a

MukeshKapoor25 commited on

feat(service-professional): Remove staff_id/staff_code from OTP login response
2ca6cd8

MukeshKapoor25 commited on

feat(service-professional): Migrate from staff_id/staff_code to partner_id identifier
26d5826

MukeshKapoor25 commited on

feat(service-professional): Add staff_id to JWT token payload
d87c960

MukeshKapoor25 commited on

chore(.gitignore): Add .env file to gitignore
ed6a9cc

MukeshKapoor25 commited on

feat(service-professional): Add OTP-based authentication system for service professionals
19a1450

MukeshKapoor25 commited on

Merge branch 'main' of https://huggingface.co/spaces/cuatrolabs/cuatrolabs-auth-ms
846cbb0

MukeshKapoor25 commited on

feat(wati): Add employee credentials delivery via WhatsApp
4a7f89c

MukeshKapoor25 commited on

feat(wati): Add WhatsApp opt-in verification and employee onboarding guide
89cbb84

MukeshKapoor25 commited on

(System_user)-updated last_login_at in change_password()
e642846

vanitha commited on

(system_user)-fix change password. convert user_id UUID to str
1bb0782

vanitha commited on

(system_user)-fix change password. convert user_id UUID to str
2a9b97c

vanitha commited on

Merge branch 'main' of https://huggingface.co/spaces/cuatrolabs/cuatrolabs-auth-ms
be86e8d

vanitha commited on

feat(wati): Enhance token handling and error logging for WATI API integration
8f49572

MukeshKapoor25 commited on

fix(logging): Enhance JSONFormatter to handle non-serializable values
5837d2b

MukeshKapoor25 commited on

fix(logging): Ensure JSON serialization handles non-serializable types
7bfb479

MukeshKapoor25 commited on

Create .env
6dd4819
verified

MKK25 commited on