Spaces:
Running
Running
Commit History
feat(service-professional): Remove staff_id/staff_code from OTP login response 2ca6cd8
feat(service-professional): Migrate from staff_id/staff_code to partner_id identifier 26d5826
feat(service-professional): Add staff_id to JWT token payload d87c960
chore(.gitignore): Add .env file to gitignore ed6a9cc
feat(service-professional): Add OTP-based authentication system for service professionals 19a1450
Merge branch 'main' of https://huggingface.co/spaces/cuatrolabs/cuatrolabs-auth-ms 846cbb0
feat(wati): Add employee credentials delivery via WhatsApp 4a7f89c
feat(wati): Add WhatsApp opt-in verification and employee onboarding guide 89cbb84
(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
fix(logging): Enhance JSONFormatter to handle non-serializable values 5837d2b
fix(logging): Ensure JSON serialization handles non-serializable types 7bfb479
Create .env 6dd4819 verified
docker b2a1ec2
docker 5c86c83
gitignore f25cc20
Standardize Dockerfile (port 8000) and add GHCR workflow 2eb7aa7
feat(ci): Add Docker Image CI workflow for building images on push and pull request 38e062a
feat(auth): Implement staff mobile OTP login and restructure user management routes 622d307
fix(wati_service): Update OTP template parameter names to numeric placeholders 2e4124f
chore(config): Update WATI customer OTP template name a22c439
fix(system_users): Add UUID serialization in JWT token creation e9ff13c
docs: Consolidate OTP documentation and clean up test files 64b20a6
docs: Add OTP cache fallback implementation and WATI troubleshooting guides bd3bf31
Merge branch 'main' of https://huggingface.co/spaces/cuatrolabs/cuatrolabs-auth-ms 73b656f
fix(wati_service): Add validation for missing access token and deployment configuration 7ad6539
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
readme 21b0cca
chore: Consolidate documentation and integrate WATI WhatsApp OTP service 2ae0e41
feat(customer_auth): Extract customer token logic into dedicated service 670e206
feat(auth): Add backward compatibility for customer token type migration facbc29
updates e032470
fix(customer_auth): Replace random OTP generation with hardcoded value for testing e9eedce
feat(customer_auth): Add mobile number normalization for OTP operations 9412465
fix(customer_auth): Refactor SystemUserService initialization and token verification 91a61bf
feat(customer_auth): Implement OTP-based customer authentication system 42e40ce
feat(system_users): Complete staff mobile OTP login implementation with token generation 7426dce
fix(system_users): Reorganize router imports and definitions for proper initialization order 57100c8
fix: Correct type hint for user_info in StaffMobileOTPLoginResponse and adjust router definition placement 60b9eb5
feat: Implement staff mobile OTP login endpoint with validation and token generation 4fe4dba
feat(main): Add dynamic root path configuration via environment variable aad9020
feat: Implement password rotation policy with status checks and logging ddaa9b3
Merge branch 'main' of https://huggingface.co/spaces/cuatrolabs/cuatrolabs-auth-ms fe3ac46
feat: Enhance logout functionality with audit logging and security improvements 92a0975
Merge branch 'main' of https://huggingface.co/spaces/cuatrolabs/cuatrolabs-auth-ms 98f799f
vanitha commited on