Commit Graph
5 Commits
Author SHA1 Message Date
Rayyan a5db9d69b3 Fix password still exist
Deploy / deploy (push) Successful in 40s
2026-08-03 23:16:56 +07:00
Rayyan 583dd9bc4b Revert "Update user.entity.ts"
Deploy / deploy (push) Successful in 39s
This reverts commit 54c01e3c6c.
2026-08-03 23:10:39 +07:00
Rayyan 54c01e3c6c Update user.entity.ts
Deploy / deploy (push) Failing after 15s
2026-08-03 23:09:33 +07:00
Rayyan 7ce0de4e91 feat(identity): redesign identity module and introduce RBAC foundation
- Redesign the Identity module with a richer domain model.
- Extend the User entity to support username, Authentik integration, activity tracking, and storage information.
- Add Role and Permission domain models with many-to-many relationships.
- Implement RBAC foundation using UserRole, RolePermission, and UserPermission mappings.
- Add user storage quota and usage fields with default values.
- Introduce Authentik identifiers and synchronization metadata.
- Refactor user domain logic for role and permission management.
- Update Prisma schema to support the new identity architecture.
- Improve JWT authentication and permission guard integration.
- Update repositories, handlers, controllers, mappers, DTOs, and Swagger configuration.
- Refresh environment configuration and project dependencies.
2026-08-02 00:25:36 +07:00
Mr. Rayyan fdbfb34842 Menyelesaikan object user dan init base 2026-07-30 22:47:18 +07:00