ASP.NET Core Identity Extension using Mongo DB as storage.
Info
Version: | 2.0.0-beta1 |
Author(s): | Michael de Guzman |
Last Update: | Tuesday, February 20, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/microserviceph/AspNetCore.Identity.MongoDB |
NuGet Url: | https://www.nuget.org/packages/MikeDg.AspNetCore.Identity.MongoDB |
Install
Install-Package MikeDg.AspNetCore.Identity.MongoDB
dotnet add package MikeDg.AspNetCore.Identity.MongoDB
paket add MikeDg.AspNetCore.Identity.MongoDB
MikeDg.AspNetCore.Identity.MongoDB Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Identity(>= 2.0.1)
- Microsoft.Extensions.Options.ConfigurationExtensions(>= 2.0.0)
- MongoDB.Driver(>= 2.5.0)
Tags