Commit History

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

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

Standardize Dockerfile (port 8000) and add GHCR workflow
2eb7aa7

MukeshKapoor25 commited on

feat(ci): Add Docker Image CI workflow for building images on push and pull request
38e062a

MukeshKapoor25 commited on

feat(auth): Implement staff mobile OTP login and restructure user management routes
622d307

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

fix(system_users): Add UUID serialization in JWT token creation
e9ff13c

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

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

MukeshKapoor25 commited on

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

MukeshKapoor25 commited on

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

vanitha commited on

changed user_id as UUID
5fdb9fd

vanitha 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

feat(auth): Add backward compatibility for customer token type migration
facbc29

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(system_users): Complete staff mobile OTP login implementation with token generation
7426dce

MukeshKapoor25 commited on

fix(system_users): Reorganize router imports and definitions for proper initialization order
57100c8

MukeshKapoor25 commited on

fix: Correct type hint for user_info in StaffMobileOTPLoginResponse and adjust router definition placement
60b9eb5

MukeshKapoor25 commited on

feat: Implement staff mobile OTP login endpoint with validation and token generation
4fe4dba

MukeshKapoor25 commited on

feat(main): Add dynamic root path configuration via environment variable
aad9020

MukeshKapoor25 commited on

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

MukeshKapoor25 commited on

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

MukeshKapoor25 commited on

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

MukeshKapoor25 commited on

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

vanitha commited on