Fengling Console - 控制台后端
Go to file
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
Controllers feat: 添加Console API认证和OpenIddict集成 2026-02-08 19:01:25 +08:00
Datas feat: 添加Console API认证和OpenIddict集成 2026-02-08 19:01:25 +08:00
Models feat: 添加Console API认证和OpenIddict集成 2026-02-08 19:01:25 +08:00
Properties feat(console): complete migration of User, Tenant, and Role management APIs 2026-02-05 14:21:36 +08:00
Repositories feat: 添加Console API认证和OpenIddict集成 2026-02-08 19:01:25 +08:00
Services feat: 添加Console API认证和OpenIddict集成 2026-02-08 19:01:25 +08:00
appsettings.Development.json feat: 添加Console API认证和OpenIddict集成 2026-02-08 19:01:25 +08:00
appsettings.json feat: 添加Console API认证和OpenIddict集成 2026-02-08 19:01:25 +08:00
Fengling.Console.csproj feat: 添加Console API认证和OpenIddict集成 2026-02-08 19:01:25 +08:00
Fengling.Console.http feat(console): complete migration of User, Tenant, and Role management APIs 2026-02-05 14:21:36 +08:00
Program.cs feat: 添加Console API认证和OpenIddict集成 2026-02-08 19:01:25 +08:00