Fengling Console - 控制台后端
Go to file
Sam 61c3a27192 feat: 添加OAuth2认证配置和实现
添加OAuth2认证相关配置文件和服务实现,包括环境变量配置、PKCE流程支持、token管理等功能。主要变更:
- 新增OAuth2配置文件
- 实现OAuth2服务层
- 更新请求拦截器支持token自动刷新
- 修改认证API和store以支持OAuth2流程
2026-02-07 17:47:11 +08:00
Controllers feat: 添加OAuth2认证配置和实现 2026-02-07 17:47:11 +08:00
Models/Dtos feat: 添加OAuth2认证配置和实现 2026-02-07 17:47:11 +08:00
Properties feat(console): complete migration of User, Tenant, and Role management APIs 2026-02-05 14:21:36 +08:00
Repositories feat: 添加OAuth2认证配置和实现 2026-02-07 17:47:11 +08:00
Services feat: 添加OAuth2认证配置和实现 2026-02-07 17:47:11 +08:00
appsettings.Development.json feat(console): complete migration of User, Tenant, and Role management APIs 2026-02-05 14:21:36 +08:00
appsettings.json feat(console): complete migration of User, Tenant, and Role management APIs 2026-02-05 14:21:36 +08:00
Fengling.Console.csproj fix: configure TenantInfo as owned entity and use AsNoTracking 2026-02-06 00:55:58 +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: 添加OAuth2认证配置和实现 2026-02-07 17:47:11 +08:00