MongoDB.AspNet.Identity 1.0.4

There is a newer version of this package available.
See the version list below for details.
dotnet add package MongoDB.AspNet.Identity --version 1.0.4
NuGet\Install-Package MongoDB.AspNet.Identity -Version 1.0.4
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="MongoDB.AspNet.Identity" Version="1.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MongoDB.AspNet.Identity --version 1.0.4
#r "nuget: MongoDB.AspNet.Identity, 1.0.4"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install MongoDB.AspNet.Identity as a Cake Addin
#addin nuget:?package=MongoDB.AspNet.Identity&version=1.0.4

// Install MongoDB.AspNet.Identity as a Cake Tool
#tool nuget:?package=MongoDB.AspNet.Identity&version=1.0.4

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 Downloads Last updated
1.0.5 11,242 1/24/2014
1.0.4 1,788 1/3/2014
1.0.3 1,768 10/28/2013
1.0.2 1,519 10/28/2013
1.0.1 1,474 10/27/2013
1.0.0 1,547 10/27/2013

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