fengling-console/Models/Dtos
Sam c8cb7c06bc feat: 添加Console API认证和OpenIddict集成
- 配置AuthService使用OpenIddict reference tokens
- 添加fengling-api客户端用于introspection验证
- 配置Console API通过OpenIddict验证reference tokens
- 实现Tenant/Users/Roles/OAuthClients CRUD API
- 添加GatewayController服务注册API
- 重构Repository和Service层支持多租户

BREAKING CHANGE: API认证现在使用OpenIddict reference tokens
2026-02-08 19:01:25 +08:00
..
CreateClientDto.cs feat: 添加Console API认证和OpenIddict集成 2026-02-08 19:01:25 +08:00
CreateRoleDto.cs feat(console): add role DTOs 2026-02-05 14:14:19 +08:00
CreateTenantDto.cs feat(console): add tenant DTOs 2026-02-05 14:13:47 +08:00
CreateUserDto.cs feat(console): add user DTOs 2026-02-05 14:13:17 +08:00
GatewayDto.cs feat: 添加Console API认证和OpenIddict集成 2026-02-08 19:01:25 +08:00
OAuthClientDto.cs feat: 添加Console API认证和OpenIddict集成 2026-02-08 19:01:25 +08:00
OAuthClientQueryDto.cs feat: 添加Console API认证和OpenIddict集成 2026-02-08 19:01:25 +08:00
PaginationDto.cs feat: 添加Console API认证和OpenIddict集成 2026-02-08 19:01:25 +08:00
ResetPasswordDto.cs feat(console): add user DTOs 2026-02-05 14:13:17 +08:00
RoleDto.cs feat(console): add role DTOs 2026-02-05 14:14:19 +08:00
RoleQueryDto.cs feat: 添加Console API认证和OpenIddict集成 2026-02-08 19:01:25 +08:00
TenantDto.cs feat(console): add tenant DTOs 2026-02-05 14:13:47 +08:00
TenantQueryDto.cs feat: 添加Console API认证和OpenIddict集成 2026-02-08 19:01:25 +08:00
TenantSettingsDto.cs feat(console): add tenant DTOs 2026-02-05 14:13:47 +08:00
UpdateClientDto.cs feat: 添加Console API认证和OpenIddict集成 2026-02-08 19:01:25 +08:00
UpdateRoleDto.cs feat(console): add role DTOs 2026-02-05 14:14:19 +08:00
UpdateTenantDto.cs feat(console): add tenant DTOs 2026-02-05 14:13:47 +08:00
UpdateUserDto.cs feat(console): add user DTOs 2026-02-05 14:13:17 +08:00
UserDto.cs feat(console): add user DTOs 2026-02-05 14:13:17 +08:00
UserQueryDto.cs feat: 添加Console API认证和OpenIddict集成 2026-02-08 19:01:25 +08:00