MongoDB.AspNet.Identity
1.0.5
dotnet add package MongoDB.AspNet.Identity --version 1.0.5
NuGet\Install-Package MongoDB.AspNet.Identity -Version 1.0.5
<PackageReference Include="MongoDB.AspNet.Identity" Version="1.0.5" />
paket add MongoDB.AspNet.Identity --version 1.0.5
#r "nuget: MongoDB.AspNet.Identity, 1.0.5"
// Install MongoDB.AspNet.Identity as a Cake Addin #addin nuget:?package=MongoDB.AspNet.Identity&version=1.0.5 // Install MongoDB.AspNet.Identity as a Cake Tool #tool nuget:?package=MongoDB.AspNet.Identity&version=1.0.5
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).
MongoDB.AspNet.Identity is a MongoDB backend provider that is a nearly in place replacement for the EF version.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.5
- Microsoft.AspNet.Identity.Core (>= 1.0.0)
- mongocsharpdriver (>= 1.8.3)
GitHub repositories
This package is not used by any popular GitHub repositories.
Version 1.0.5
- Added additional constructors for handling mongodb:// connection strings and using named ConnectionStrings from web.config
- Added constructor for passing in your own mongodb database instance.
Version 1.0.4
- Merged in better connection handling for MongoLab.
Version 1.0.3
- Removed the need for a separate AspNetUserLogins. Logins are now sub documents of AspNetUsers
Version 1.0.2
- Fixed missing implemention on UpdateAsync