Sam
5a7ebaf20d
feat: update OAuth2 client configuration for Fengling Console
2026-02-06 01:47:41 +08:00
Sam
d92d51fb3e
feat: implement OAuth 2.0 login flow with auto-redirect
...
- Modify login page to auto-redirect to auth center
- Update auth store to use OAuth login flow
- Handle OAuth callback and token exchange
- Update logout to use OAuth logout endpoint
2026-02-06 01:14:11 +08:00
Sam
b6c85b1c4b
fix: configure TenantInfo as owned entity and use AsNoTracking
...
- Add AsNoTracking to tenant query to avoid tracking conflicts
- Configure TenantInfo as owned entity in ApplicationUser
- Map TenantInfo properties to separate columns in AspNetUsers table
2026-02-06 00:55:58 +08:00
Sam
0472772d35
fix: use in-memory database for development environment
2026-02-06 00:51:28 +08:00
Sam
635e3b6c86
feat: configure OAuth client for Fengling Console
...
- Add localhost:5777 callback URIs to fengling-console client
- Register OIDC scopes: openid, profile, email
- Add support for development environment
2026-02-06 00:47:06 +08:00
Sam
c998686ab6
feat(console): complete migration of User, Tenant, and Role management APIs
2026-02-05 14:21:36 +08:00
Sam
02b446cfa7
first commit
2026-02-03 15:30:12 +08:00
Sam
1b815e59fd
chore: add .gitignore and remove tracked binary files (bin, obj, dll, pdb)
2026-02-02 10:20:22 +08:00
Sam
9059c56515
feat(auth): pre-register Fengling.Console as OAuth client
2026-02-02 09:59:32 +08:00
Sam
cda6225bc5
feat(auth): add OAuth client management API
2026-02-02 09:58:55 +08:00
Sam
40b3184937
docs(auth): add API documentation
2026-02-02 09:55:23 +08:00
Sam
a7d87a98b7
feat(auth): add Dockerfile for containerization
2026-02-02 09:55:10 +08:00
Sam
58e6969e95
feat(auth): add health check endpoint
2026-02-02 09:54:36 +08:00
Sam
42976f09df
feat(auth): add seed data for admin and test users
2026-02-02 09:53:06 +08:00
Sam
db3d345b86
chore: upgrade all projects to .NET 10.0 and latest packages
2026-02-02 01:04:51 +08:00
Sam
9a717b153f
feat(auth): add authentication controller with login endpoint
2026-02-02 01:00:57 +08:00
Sam
baed266718
feat(auth): configure OpenIddict with JWT and OAuth2 support
2026-02-01 23:40:37 +08:00
Sam
9f414ccb74
feat(auth): add user and role models with EF Core migrations
2026-02-01 23:36:20 +08:00
Sam
9b389beafb
feat(auth): upgrade all dependencies to latest versions
2026-02-01 23:31:33 +08:00
Sam
53e0978ad2
revert(auth): restore OpenIddict to 5.0.2 per spec
2026-02-01 23:25:08 +08:00
Sam
e3428d3bd6
chore(auth): upgrade OpenIddict to 7.2.0
2026-02-01 23:24:47 +08:00
Sam
3099abb710
feat(auth): create authentication service project structure
2026-02-01 23:23:56 +08:00