AspNet.Identity.MongoDB
2.0.8
.NET Framework 4.5
dotnet add package AspNet.Identity.MongoDB --version 2.0.8
NuGet\Install-Package AspNet.Identity.MongoDB -Version 2.0.8
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AspNet.Identity.MongoDB" Version="2.0.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AspNet.Identity.MongoDB --version 2.0.8
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: AspNet.Identity.MongoDB, 2.0.8"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install AspNet.Identity.MongoDB as a Cake Addin
#addin nuget:?package=AspNet.Identity.MongoDB&version=2.0.8
// Install AspNet.Identity.MongoDB as a Cake Tool
#tool nuget:?package=AspNet.Identity.MongoDB&version=2.0.8
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
A mongodb provider for the new ASP.NET Identity framework. My aim is to ensure this project is well tested and configurable.
Product | Versions |
---|---|
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
- Microsoft.AspNet.Identity.Core (>= 2.2.1)
- MongoDB.Driver (>= 2.0.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on AspNet.Identity.MongoDB:
Package | Downloads |
---|---|
Startup.Web
Helper library to startup new web based projects using DDD Architecture |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.0.8 | 98,114 | 4/13/2015 |
2.0.7 | 1,347 | 4/13/2015 |
2.0.6-alpha | 908 | 4/10/2015 |
2.0.4-alpha | 1,165 | 4/10/2015 |
1.0.11 | 22,090 | 10/24/2014 |
1.0.10 | 4,301 | 6/20/2014 |
1.0.9 | 2,277 | 6/4/2014 |
1.0.8 | 1,377 | 5/6/2014 |
1.0.2-alpha1 | 1,019 | 1/16/2014 |
1.0.1-alpha1 | 912 | 1/16/2014 |
1.0.0-alpha1 | 941 | 1/14/2014 |
Update to the new MongoDB 2.0 driver and remove coupling to the legacy driver. We now have async support with the Identity interfaces.