wms-be/modules/auth
Habib Fatkhul Rohman be0b54b4a5
Deploy Application / deploy (push) Successful in 24s Details
feat: add user warehouse management functionality with CRUD operations
- Implemented MUserWarehouseEntity for user-warehouse relationships
- Updated user service and repository to handle warehouse assignments
- Added new routes and controller methods for managing user warehouses
- Enhanced JWT service to include warehouse information in tokens
- Updated user DTOs to support warehouse data
2025-11-19 14:56:33 +07:00
..
dto Refactor JWT service and token DTO to replace TenantID with ClientID for improved clarity and consistency 2025-10-15 21:10:56 +07:00
repository feat(user): Add username support for login and implement username checks in repository 2025-10-28 22:29:56 +07:00
service feat: add user warehouse management functionality with CRUD operations 2025-11-19 14:56:33 +07:00
routes.go Refactor JWT service and token DTO to replace TenantID with ClientID for improved clarity and consistency 2025-10-15 21:10:56 +07:00