wms-be/middlewares
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
..
authentication.go feat: add user warehouse management functionality with CRUD operations 2025-11-19 14:56:33 +07:00
cors.go fix: Update CORS middleware to allow dynamic origin handling 2025-10-28 15:13:08 +07:00
recovery_logger.go feat(logging): Implement global recovery middleware with Logrus for enhanced error handling 2025-10-29 22:40:48 +07:00
role_middleware.go feat: Add role-based middleware for SuperAdmin and generic role checking 2025-10-21 15:08:29 +07:00