Commit History

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

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

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(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

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

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

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

MukeshKapoor25 commited on

fix(wati_service): Update OTP template parameter names to numeric placeholders
2e4124f

MukeshKapoor25 commited on

chore(config): Update WATI customer OTP template name
a22c439

MukeshKapoor25 commited on

docs: Consolidate OTP documentation and clean up test files
64b20a6

MukeshKapoor25 commited on

docs: Add OTP cache fallback implementation and WATI troubleshooting guides
bd3bf31

MukeshKapoor25 commited on

fix(wati_service): Add validation for missing access token and deployment configuration
7ad6539

MukeshKapoor25 commited on

chore: Consolidate documentation and integrate WATI WhatsApp OTP service
2ae0e41

MukeshKapoor25 commited on

feat(customer_auth): Extract customer token logic into dedicated service
670e206

MukeshKapoor25 commited on

fix(customer_auth): Replace random OTP generation with hardcoded value for testing
e9eedce

MukeshKapoor25 commited on

feat(customer_auth): Add mobile number normalization for OTP operations
9412465

MukeshKapoor25 commited on

fix(customer_auth): Refactor SystemUserService initialization and token verification
91a61bf

MukeshKapoor25 commited on

feat(customer_auth): Implement OTP-based customer authentication system
42e40ce

MukeshKapoor25 commited on

feat: Implement password rotation policy with status checks and logging
ddaa9b3

MukeshKapoor25 commited on

feat: Enhance logout functionality with audit logging and security improvements
92a0975

MukeshKapoor25 commited on

removed metadata from get_current_user_info()
5a19ac0

vanitha commited on

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

vanitha commited on

added fullname and removed metdata from login response
6939a48

vanitha commited on

Implement structured logging system across AUTH Microservice
755d6cd

MukeshKapoor25 commited on

Enhance error handling and logging across authentication and user management endpoints
2d38c65

MukeshKapoor25 commited on

feat(auth): Add merchant_type field to access token payload
7d91b30

MukeshKapoor25 commited on

feat(auth): Centralize token expiration and security configuration settings
f836b0e

MukeshKapoor25 commited on

feat(system_users): Add merchant_id field to user model and authentication tokens
8cd913e

MukeshKapoor25 commited on

chore: update email domain from cuatrobeauty to cuatrolabs
a2279cd

MukeshKapoor25 commited on

refactor: update accessible widgets logic to include additional role identifiers
2760da5

MukeshKapoor25 commited on

refactor: update user role handling to use string identifiers instead of enum values
7e4a9fd

MukeshKapoor25 commited on

feat: implement database initialization and default user/role creation on startup
ba29303

MukeshKapoor25 commited on