fengling-auth-service/Data
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
..
ApplicationDbContext.cs fix: configure TenantInfo as owned entity and use AsNoTracking 2026-02-06 00:55:58 +08:00
ApplicationDbContextFactory.cs feat(auth): add user and role models with EF Core migrations 2026-02-01 23:36:20 +08:00
SeedData.cs fix: remove invalid app.UseOpenIddictServer() call 2026-02-06 21:50:50 +08:00