Skip to content

zbalkan/AspNetCore.Identity.LiteDB

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DepShield Badge

AspNetCore.Identity.LiteDB

A LiteDB provider for ASP.NET Core Identity framework.

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;

About

A LiteDB provider for ASP.NET Core Identity framework.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 69.6%
  • HTML 29.9%
  • Other 0.5%