Commit Graph

8 Commits

Author SHA1 Message Date
Habib Fatkhul Rohman be0b54b4a5 feat: add user warehouse management functionality with CRUD operations
Deploy Application / deploy (push) Successful in 24s Details
- 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
Habib Fatkhul Rohman 0a5eb4d766 feat(logging): Implement global recovery middleware with Logrus for enhanced error handling 2025-10-29 22:40:48 +07:00
Habib Fatkhul Rohman 27545b0288 fix: Update CORS middleware to allow dynamic origin handling
Deploy Application / deploy (push) Successful in 19s Details
2025-10-28 15:13:08 +07:00
Habib Fatkhul Rohman 1300108c41 fix: Restrict CORS to specific origins for enhanced security
Deploy Application / deploy (push) Successful in 18s Details
2025-10-28 15:08:09 +07:00
Habib Fatkhul Rohman d3f0fdb315 feat: Add role-based middleware for SuperAdmin and generic role checking 2025-10-21 15:08:29 +07:00
Habib Fatkhul Rohman 7e80599a45 Replace TenantID with ClientID in authentication middleware for consistency 2025-10-15 21:11:16 +07:00
Habib Fatkhul Rohman 44ba63410e Refactor JWT service to include TenantID in token handling and update user service methods to accommodate multi-tenant architecture 2025-09-15 11:35:26 +07:00
Habib Fatkhul Rohman 87d28fffee
Initial commit 2025-09-10 14:38:44 +07:00