SaanSoft.AspNet.Identity3.MongoDB icon indicating copy to clipboard operation
SaanSoft.AspNet.Identity3.MongoDB copied to clipboard

An implementation for MongoDB with ASP.NET 5 Identity framework

Results 4 SaanSoft.AspNet.Identity3.MongoDB issues
Sort by recently updated
recently updated
newest added

Made a number of upgrade modifications to make the project work with the AspNetCore RC2 libraries released from Microsoft. Everything appears to be working it should. I debated updating the...

I ran into this twice so I thought I would share it so it might help others. The first time I noticed that the test project dependencies did not import...

I have added the sample code from https://github.com/aspnet/Security/blob/dev/samples/SocialSample/Startup.cs The context.Identity.AddClaim doesn't add the claim to the document, after saving, the Claims array is empty Also an error ``` csharp app.UseOAuthAuthentication(new...

As of the 1.0.0-beta8-05 package the IdentityUser.Logins property class now has the type `IList` (used to use `IList`) Have changed the project specific IdentityUserLogin to instead use the UserLoginInfo from...

Breaking Change