|
|
8184f77c0f
|
chore: update gitignore to allow Vben packages directory
|
2026-02-13 21:34:52 +08:00 |
|
Sam
|
0c5bd5e647
|
feat: 添加OAuth2认证配置和实现
添加OAuth2认证相关配置文件和服务实现,包括环境变量配置、PKCE流程支持、token管理等功能。主要变更:
- 新增OAuth2配置文件
- 实现OAuth2服务层
- 更新请求拦截器支持token自动刷新
- 修改认证API和store以支持OAuth2流程
|
2026-02-07 17:47:11 +08:00 |
|
Sam
|
7c92208c40
|
fix: remove invalid app.UseOpenIddictServer() call
- Remove non-existent middleware call
- OpenIddict server is automatically configured via AddOpenIddictConfiguration
- Keep correct middleware order: StaticFiles -> Routing -> Authentication -> Authorization
|
2026-02-06 21:50:50 +08:00 |
|
Sam
|
0472772d35
|
fix: use in-memory database for development environment
|
2026-02-06 00:51:28 +08:00 |
|
Sam
|
3099abb710
|
feat(auth): create authentication service project structure
|
2026-02-01 23:23:56 +08:00 |
|