Namespace Stratara.EventSourcing.EntityFrameworkCore.IdentityStore
Classes
- IdentityStore<TContext, TUser>
Generic ASP.NET Core Identity DbContext that hosts the
AspNetUsers,AspNetRoles, and related identity tables. Adds anAspNetUserPasskeystable for WebAuthn / passkey credentials with JSON-stored credential data.
Interfaces
- IIdentityStoreMarker
Assembly marker for the identity-store namespace. Used by IdentityStore<TContext, TUser> to scope
ApplyConfigurationsFromAssemblyto only the identity-storeIEntityTypeConfiguration<>implementations — required after the W2.2 mega-fold because the same assembly also hosts the write- and read-store configurations.