Suhas Joshi
5d06b0d353
Switched logging from file to inmemory for tests
2015-01-18 17:01:15 -08:00
Chris Ross
08b2b11940
Remove PipelineCore dependency.
2015-01-15 16:14:08 -08:00
Suhas Joshi
6e294035a5
Added logging to code and updated tests
2015-01-15 15:42:48 -08:00
Hao Kung
06de635149
Add attach tests for disconnected user/role
2015-01-10 02:34:00 -08:00
Hao Kung
a8c872aba9
Concurrency support for EF Store
...
- CRUD operations on IUserStore now return IdentityResult
- Fixes: https://github.com/aspnet/Identity/issues/296 ,
https://github.com/aspnet/Identity/issues/245
2015-01-07 13:17:36 -08:00
Hao Kung
5d29d11ccb
Remove all navigation property usage from EF Store
2014-12-19 13:26:54 -08:00
Hao Kung
f69f46c330
Switch to new xunit
2014-12-15 14:23:04 -08:00
Victor Hurdugaci
2801adb044
Add schema version to kproj files
2014-11-25 10:53:12 -08:00
Hao Kung
d4733f9238
React to GetDefaultServices changes
2014-11-24 13:41:14 -08:00
Hao Kung
85530742ef
Replace AddDefaultIdentity
...
Break it into
AddIdentity<>.AddEntityFrameworkStores.AddDefaultTokenProviders()
2014-11-21 15:10:35 -08:00
Hao Kung
9f351a09a2
React to fallback changes
2014-11-20 17:42:14 -08:00
Suhas Joshi
0e9fa31da5
Register DataProtection Services in tests
2014-11-18 15:49:34 -08:00
Suhas Joshi
191bf8815c
Updating connection strings to use lcatest localdb
2014-11-13 15:49:45 -08:00
Victor Hurdugaci
53d89bb9b5
Update KProj to the latest format
2014-11-12 15:12:39 -08:00
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
ajcvickers
0bbd7c8b48
Reacting to EF naming change
2014-10-28 18:51:30 -07:00
Hao Kung
cb3948b86f
Use DataProtectionTokenProvider from DI
...
Fixes https://github.com/aspnet/Identity/issues/224
2014-10-27 12:51:45 -07:00
Pranav K
4033ea95c6
Fixing compilation issue with EntiryFramework
2014-10-17 07:30:29 -07:00
Stephen Halter
e720edf4bd
Change GetService calls to GetRequiredService
...
GetRequiredService throws for missing services like GetService used to.
2014-10-16 16:07:53 -07:00
Hao Kung
3a9036a69f
Rationalize IdentityDbContext ctors
...
Also clean up unit tests
2014-10-16 15:14:46 -07:00
Hao Kung
3abe532761
React to options and hosting changes
2014-10-14 19:19:44 -07:00
Hao Kung
dd58aeedb1
React to UsePerRequestServices rename
2014-10-08 15:51:35 -07:00
Hao Kung
a4ce31c30d
Rename Identity.SqlServer back to EntityFramework
2014-10-08 13:36:38 -07:00
Hao Kung
952bc6af88
Rename Identity.EF -> Identity.SqlServer
2014-08-25 11:15:52 -07:00
Hao Kung
db4e26d161
Fix localdb connection string for UserStoreTest
2014-08-18 11:55:53 -07:00
Hao Kung
c80ec3f326
IUserLogin API changes
...
- Add ProviderDisplayName
- AddLogin continues to take UserLoginInfo
- Remove/Find now only take loginProvider/providerKey
- Refactor unit tests to share a base class
2014-08-18 11:42:26 -07:00
ajcvickers
6db51e74fb
Reacting to ConventionModelBuilder name change
2014-08-15 11:37:10 -07:00
ajcvickers
23fb9de162
Change ModelBuilder to ConventionModelBuilder
2014-08-15 08:43:52 -07:00
David Fowler
06ea33ad4f
Removed source files from the project
2014-08-15 08:16:09 -07:00
Hao Kung
2a45a851a5
Change IUserClaimStore to take IEnumerable<Claims>
...
https://github.com/aspnet/Identity/issues/163
2014-08-08 11:55:55 -07:00
Hao Kung
097925a3e4
UseUserNameAsEmail support
...
When set:
- FindByEmail will use UserName
- SetEmail will set the user name and email
- GetEmail will return user name
- This setting does not impact the Get/Set/FindUserName apis
2014-08-07 16:37:26 -07:00
Hao Kung
7942d2bc82
Pass user to IPasswordHasher
2014-07-25 11:57:13 -07:00
Hao Kung
07f72c2fb9
Rename Add[HttpSignIn] -> AddAuthentication
...
Also DefaultAuthenticationTypes.ApplicationCookie ->
ClaimsIdentityOptions.DefaultAuthenticationType
2014-07-23 12:28:19 -07:00
Hao Kung
076ea0385f
Add Email and Phone TOTP providers
...
Now that HMACSHA1 is available on K
2014-07-23 11:57:14 -07:00
Hao Kung
214db69b0a
Identity EF Cleanup
...
Rename extension method to AddIdentitySqlServer
Switch to using IdentityUser for EF
Add generic support for primary key
2014-07-16 11:53:11 -07:00
David Fowler
e91b299ce1
Renamed configurations to frameworks in project.json
2014-07-13 21:54:32 -07:00
Hao Kung
84e140e63c
Delete old files
2014-06-23 14:55:17 -07:00
Hao Kung
bc4c53f086
Sql implementation + moving in memory stores to test
...
- Identity.Entity now means only Sql Server EF Identity implementation
- Identity.Entity.InMemory moved to a test project
(Identity.Entity.InMemory.Test)
- Identity.InMemory which was the identity in memory implementation also
moved to a test project (Identity.InMemory.Test)
- IClaimsFactory was promoted to a top level service and now adds any
claims found in a Role that a user belongs to.
- EF implementation now supports logins, claims, roles, two factor,
lockouts
- Initial pass at style cop (mostly line endings since resharper no
worky :()
2014-06-23 14:53:06 -07:00
Brice Lambson
f0271851c3
Add missing renames
2014-06-20 09:37:47 -07:00
Brice Lambson
73640e0216
Rename to Microsoft.AspNet.Identity.*
2014-06-20 09:15:04 -07:00