ASP.NET MVC 5 shipped with a new Identity system (in the Microsoft.AspNet.Identity.Core package) in order to support both local login and remote logins via OpenID/OAuth, but only ships with an Entity Framework provider (Microsoft.AspNet.Identity.EntityFramework).
Info
Version: | 1.0.1 |
Author(s): | quycao |
Last Update: | Wednesday, June 29, 2016 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/LionLab.AspNet.Identity.MongoDB |
Install
Install-Package LionLab.AspNet.Identity.MongoDB
dotnet add package LionLab.AspNet.Identity.MongoDB
paket add LionLab.AspNet.Identity.MongoDB
LionLab.AspNet.Identity.MongoDB Download (Unzip the "nupkg" after downloading)
Dependencies
- mongocsharpdriver(>= 2.2.4)