Table of Contents

Namespace KadicAuth.Infrastructure

Classes

AuthDbContext
AuthDbContextFactory

Design-time factory used by the EF Core tooling (dotnet ef migrations / database update). It supplies the connection string from appsettings.Local.json (or appsettings.Development.json) and provides a no-op ITenantIdContext so the DbContext constructor is satisfied without the full DI container being available at design time.