ASP.NET Core Identity Extension using Mongo DB as storage.
Info
Version: | 2.0.0 |
Author(s): | Michael de Guzman / Fabian Blum |
Last Update: | Sunday, October 8, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/fabian-blum/AspNetCore.Identity.MongoDB |
NuGet Url: | https://www.nuget.org/packages/FB.AspNetCore.Identity.MongoDB |
Install
Install-Package FB.AspNetCore.Identity.MongoDB
dotnet add package FB.AspNetCore.Identity.MongoDB
paket add FB.AspNetCore.Identity.MongoDB
FB.AspNetCore.Identity.MongoDB Download (Unzip the "nupkg" after downloading)
Dependencies
- MongoDB.Driver(>= 2.4.4)
- Microsoft.Extensions.Identity.Stores(>= 2.0.0)
- Microsoft.Extensions.Options.ConfigurationExtensions(>= 2.0.0)
- Microsoft.AspNetCore.Identity(>= 2.0.0)
Tags