SkillAgentSearch skills...

AspNetCore.Identity.LiteDB

A LiteDB provider for ASP.NET Core Identity framework.

Install / Use

/learn @fabian-blum/AspNetCore.Identity.LiteDB
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

AspNetCore.Identity.LiteDB

Changes from fabian-blum/AspNetCore.Identity.LiteDB

  • Compiled against latest LiteDB to avoid signature mismatch issue (https://github.com/fabian-blum/AspNetCore.Identity.LiteDB/issues/11)
  • Added support for IQueryableUserStore<TUser> (can now use UserManager<TUser>.Users to list all users)
  • Compiled for .net standard 2.1

Nuget Package

https://www.nuget.org/packages/AspNetCore.Identity.LiteDB

How to use

You have to add the following lines to your Startup.cs in the ASP.NET Core Project.

--> See Demo Project

Also make sure you use the right using Statements in Startup.cs, AccountController, ManageController and Values Controller.

using AspNetCore.Identity.LiteDB;
using AspNetCore.Identity.LiteDB.Models;
View on GitHub
GitHub Stars41
CategoryDevelopment
Updated2mo ago
Forks21

Languages

C#

Security Score

90/100

Audited on Jan 23, 2026

No findings