Commit Graph

5 Commits

Author SHA1 Message Date
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
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
cda6225bc5 feat(auth): add OAuth client management API 2026-02-02 09:58:55 +08:00
Sam
9f414ccb74 feat(auth): add user and role models with EF Core migrations 2026-02-01 23:36:20 +08:00