aspnetcore/test/Microsoft.AspNet.Identity.Test
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
..
ApiConsistencyTest.cs Enable and fix Async/Cancellation tests 2014-10-27 12:58:46 -07:00
ClaimsIdentityExtensionsTest.cs
ClaimsIdentityFactoryTest.cs React to options and hosting changes 2014-10-14 19:19:44 -07:00
IdentityBuilderTest.cs Use stronger password hashing algorithms by default. 2014-10-22 12:19:46 -07:00
IdentityOptionsTest.cs Change GetService calls to GetRequiredService 2014-10-16 16:07:53 -07:00
IdentityResultTest.cs
Microsoft.AspNet.Identity.Test.kproj
Microsoft.Aspnet.Identity.Test.csproj
NoopRoleStore.cs IUserLogin API changes 2014-08-18 11:42:26 -07:00
NoopUserStore.cs IUserLogin API changes 2014-08-18 11:42:26 -07:00
PasswordHasherTest.cs Use stronger password hashing algorithms by default. 2014-10-22 12:19:46 -07:00
PasswordValidatorTest.cs Add social auth and two factor 2014-09-24 15:05:51 -07:00
RoleManagerTest.cs IUserLogin API changes 2014-08-18 11:42:26 -07:00
RoleValidatorTest.cs
SecurityStampValidatorTest.cs React to DI change for GetService 2014-10-16 15:33:59 -07:00
SignInManagerTest.cs Add SignInManager CanSignIn 2014-10-27 15:46:48 -07:00
UserManagerTest.cs added replace claim functionality. fixes #232 2014-11-04 12:02:17 -08:00
UserValidatorTest.cs Replace AlphaNumericUserName with Regex option 2014-09-24 15:41:19 -07:00
project.json Use DataProtectionTokenProvider from DI 2014-10-27 12:51:45 -07:00