Allows you to utilize the Mongo database with ASP .NET Identity.
Info
Version: | 1.3.7 |
Author(s): | Chad England |
Last Update: | Tuesday, April 5, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/chadit/MongoAspNetIdentity |
NuGet Url: | https://www.nuget.org/packages/MongoAspNetIdentity |
Install
Install-Package MongoAspNetIdentity
dotnet add package MongoAspNetIdentity
paket add MongoAspNetIdentity
MongoAspNetIdentity Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNet.Identity.Core(>= 2.2.1)
- Microsoft.AspNet.Identity.Owin(>= 2.2.1)
- Microsoft.Owin(>= 3.0.1)
- Microsoft.Owin.Security(>= 3.0.1)
- Microsoft.Owin.Security.Cookies(>= 3.0.1)
- Microsoft.Owin.Security.OAuth(>= 3.0.1)
- MongoDB.Bson(>= 2.2.3)
- MongoDB.Driver(>= 2.2.3)
- MongoDB.Driver.Core(>= 2.2.3)
- Newtonsoft.Json(>= 8.0.3)
- Owin(>= 1.0.0)