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 |
---|---|
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
-
.NETFramework 4.5
- Microsoft.AspNet.Identity.Core (>= 1.0.0)
- mongocsharpdriver (>= 1.8.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on MongoDB.AspNet.Identity:
Repository | Stars |
---|---|
maxiomtech/MongoDB.AspNet.Identity
ASP.NET Identity provider that uses MongoDB for storage
|
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