01Includes RavenDB-optimized models for ApplicationUser and RefreshToken using ULIDs.
020 GitHub stars
03Implements IUserStore, IUserPasswordStore, IUserRoleStore, and IUserEmailStore for RavenDB.
04Automates RavenDB index creation for efficient user and token lookups.
05Provides secure RefreshTokenRepository for managing session persistence and revocation.
06Configures ASP.NET Identity services in Program.cs without Entity Framework dependencies.