An Identity provider for ASP.NET Core using MongoDB as datastore.
Info
Version: | 0.6.0.23 |
Author(s): | Steen F. Tøttrup |
Last Update: | Friday, March 5, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/steentottrup/aspnetcore-identity-mongodb |
NuGet Url: | https://www.nuget.org/packages/CreativeMinds.Identity.MongoDBStores |
Install
Install-Package CreativeMinds.Identity.MongoDBStores
dotnet add package CreativeMinds.Identity.MongoDBStores
paket add CreativeMinds.Identity.MongoDBStores
CreativeMinds.Identity.MongoDBStores Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.Identity.Core(>= 2.0.1)
- Microsoft.Extensions.Identity.Stores(>= 2.0.1)
- microsoft.aspnetcore.identity(>= 2.0.1)
- mongodb.driver(>= 2.10.2)
Tags