fengling-auth-service/Controllers
movingsam a8656ca982 refactor(platform): migrate Tenant to anemia model, use Manager pattern
- Convert Tenant to anemia model with long Id (no strong-typed ID)
- Add ApplicationUser, ApplicationRole to Platform.Domain (inherit Identity)
- Add TenantInfo value object for user-tenant redundancy
- Implement TenantManager/TenantStore in Platform.Infrastructure
- Update PlatformDbContext to inherit IdentityDbContext
- Migrate AuthService and Console to use Platform entities
- Remove old TenantRepository (replaced by TenantManager)
- Update AGENTS.md documentation
2026-02-21 13:22:08 +08:00
..
AccessLogsController.cs first commit 2026-02-03 15:30:12 +08:00
AccountController.cs feat(auth): extract Tenant to Platform domain 2026-02-18 23:02:03 +08:00
AuditLogsController.cs first commit 2026-02-03 15:30:12 +08:00
AuthorizationController.cs refactor: clean up Member module and update Console 2026-02-18 23:34:40 +08:00
DashboardController.cs first commit 2026-02-03 15:30:12 +08:00
LogoutController.cs feat: 添加OAuth2认证配置和实现 2026-02-07 17:47:11 +08:00
OAuthClientsController.cs feat: 添加OAuth2认证配置和实现 2026-02-07 17:47:11 +08:00
RolesController.cs refactor: clean up Member module and update Console 2026-02-18 23:34:40 +08:00
StatsController.cs refactor(platform): migrate Tenant to anemia model, use Manager pattern 2026-02-21 13:22:08 +08:00
TenantsController.cs refactor(platform): migrate Tenant to anemia model, use Manager pattern 2026-02-21 13:22:08 +08:00
TokenController.cs refactor: clean up Member module and update Console 2026-02-18 23:34:40 +08:00
UsersController.cs feat(auth): extract Tenant to Platform domain 2026-02-18 23:02:03 +08:00