You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<description>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).
13
+
MongoDB.AspNet.Identity is a MongoDB backend provider that is a nearly in place replacement for the EF version. This library has been built to work with the mongocsharpdriver compatibility .NET driver provided by the MongoDB team.</description>
14
+
<releaseNotes>
15
+
Version 1.0.7
16
+
- Added properties to IdentityUser required by the default UserManager bundled with the default ASP.NET MVC5 template
0 commit comments