Skip to main content
Table of Contents

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 an AspNetUserPasskeys table 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 ApplyConfigurationsFromAssembly to only the identity-store IEntityTypeConfiguration<> implementations — required after the W2.2 mega-fold because the same assembly also hosts the write- and read-store configurations.