Spaces:
Sleeping
Sleeping
Commit History
fix: robustly sync must_change_password into require_password_change on login; clear top-level must_change_password on password change/reset 37bf953
fix: sync must_change_password from scm_system_users into require_password_change on login a5ad68d
feat: store forgot-pwd OTP in MongoDB, support OTP-based login and reset-with-otp endpoint b0e514f
forget password flow cc73d86
merchant name fix for OTP a24aedc
notfication ms integration 4e94087
OTP template 79d7b1c
forgot pwd fix d9fd805
role id fix b81506c
role id fix f6063c4
notification fix 6cd783a
email smtp 84651f3
feat(system-users): Add comprehensive authentication logging with emoji indicators 128268c
feat(staff-auth): Query pos_staff collection directly and add staff_id to auth tokens 0ece69a
feat(notifications): Replace WATI service with unified notification queue 2a952d3
feat(system-users): Add Pydantic config for field alias population 690d338
feat(system-users): Add metadata support and enhanced user creation logging 512572c
feat(auth): Add user management endpoints with admin controls cd28adc
refactor: Simplify SCM permission lookup by removing the intermediate role ID mapping. cb5967b
(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
feat(auth): Implement staff mobile OTP login and restructure user management routes 622d307
fix(system_users): Add UUID serialization in JWT token creation e9ff13c
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
feat(auth): Add backward compatibility for customer token type migration facbc29
updates e032470
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: 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
removed first_name and last_name added full_name 9ebd6b2
vanitha commited on
feat: Implement forgot password feature with email reset functionality 96e0270
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