Commit Graph

57 Commits

Author SHA1 Message Date
Sam
3263a33bbd 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
df8b9589f9 chore: add .gitignore and remove tracked binary files (bin, obj, dll, pdb) 2026-02-02 10:20:22 +08:00
Sam
a3be629bce feat(auth): add seed data for admin and test users 2026-02-02 09:53:06 +08:00
Sam
974e94427d chore: upgrade all projects to .NET 10.0 and latest packages 2026-02-02 01:04:51 +08:00
Sam
c3c2d6cb05 feat(auth): add user and role models with EF Core migrations 2026-02-01 23:36:20 +08:00
Sam
f6e1ee38fa feat(auth): upgrade all dependencies to latest versions 2026-02-01 23:31:33 +08:00
Sam
1be6309567 chore(auth): upgrade OpenIddict to 7.2.0 2026-02-01 23:24:47 +08:00