MyMojo.AspNet.Identity.MongoDb 1.0.4

dotnet add package MyMojo.AspNet.Identity.MongoDb --version 1.0.4
NuGet\Install-Package MyMojo.AspNet.Identity.MongoDb -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="MyMojo.AspNet.Identity.MongoDb" Version="1.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MyMojo.AspNet.Identity.MongoDb --version 1.0.4
#r "nuget: MyMojo.AspNet.Identity.MongoDb, 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 MyMojo.AspNet.Identity.MongoDb as a Cake Addin
#addin nuget:?package=MyMojo.AspNet.Identity.MongoDb&version=1.0.4

// Install MyMojo.AspNet.Identity.MongoDb as a Cake Tool
#tool nuget:?package=MyMojo.AspNet.Identity.MongoDb&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). MyMojo.AspNet.Identity.MongoDb 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 is compatible.  net46 is compatible.  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

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.4 1,225 5/6/2017
1.0.3 957 2/15/2017
1.0.2 962 10/14/2016
1.0.1 939 9/3/2016
1.0.0 1,034 8/26/2016

Initial Release