eITS.Multitenant.Identity.Model 1.0.0.60
none
Showing the top 20 packages that depend on eITS.Multitenant.Identity.Model.
| Packages | Downloads |
|---|---|
|
eITS.Multitenant.EntityFramework
Per-tenant catalog + identity DbContexts (TenantCatalogDbContext, TenantIdentityDbContext, MultitenantSystemDbContext) for the eITs multi-tenant platform. Connection wiring is the consumer's responsibility — register via tenantServices.AddDbContext<...>((sp, options) => ...) inside the per-tenant container.
|
1 |
v1.0.0.60: UserAudit gains five new columns to support the L4 two-row audit pattern (see docs/TenantIdentityAdmin.md in the Tenant Management workspace). All new columns are nullable so the per-tenant DB migration is safe to apply against tables with existing rows. New static factory UserAudit.CreateOperatorEvent for L2 portal callers. UserAuditEventType gains OperatorAction = 100 as a catch-all enum slot. Existing CreateAuditEvent factory unchanged — Self-actor callers don't need to update.
.NET 10.0
- Eits.Utililties.Entities (>= 1.0.0.14)
- Fido2.Models (>= 4.0.1)
- Microsoft.AspNetCore.Identity.EntityFrameworkCore (>= 10.0.7)
- System.ComponentModel.Annotations (>= 5.0.0)