aspnetcore/test/Microsoft.AspNet.Identity.I...
tugberkugurlu d7f711bca1 added replace claim functionality. fixes #232
- added ReplaceClaimAsync method to IUserClaimStore interface
 - implemented ReplaceClaimAsync method from IUserClaimStore inside the
   Microsoft.AspNet.Identity.EntityFramework.UserStore<TUser, TRole,
   TContext, TKey>
 - added ReplaceClaimAsync method to UserManager
 - added UserManager tests for ReplaceClaimAsync method.
 - added some UserStore tests for ReplaceClaimAsync implementation of
   IUserClaimStore
2014-11-04 12:02:17 -08:00
..
HttpSignInTest.cs
InMemoryRoleStore.cs
InMemoryStoreTest.cs
InMemoryUserStore.cs added replace claim functionality. fixes #232 2014-11-04 12:02:17 -08:00
Microsoft.AspNet.Identity.InMemory.Test.kproj
project.json