Hao Kung
a98f86681d
Revert "Move generics off of Validator/TokenProvider interfaces"
...
This reverts commit 62a1d49710 .
2015-08-14 15:18:40 -07:00
Hao Kung
62a1d49710
Move generics off of Validator/TokenProvider interfaces
2015-08-13 18:49:04 -07:00
Hao Kung
288cb6c58f
Test and misc cleanup
2015-05-05 14:35:10 -07:00
N. Taylor Mullen
ab43154577
Update LICENSE.txt and license header on files.
2015-05-01 13:52:26 -07:00
Hao Kung
cd0acd7a47
API Review cleanup #1
...
- Remove constructor defaults
- Make service properties internal
- Add Logging/HttpContextAccessor services which are required by
identity
2015-02-12 02:21:33 -08:00
Suhas Joshi
6e294035a5
Added logging to code and updated tests
2015-01-15 15:42:48 -08:00
Hao Kung
c9d27e27e6
Introduce SignInResult/IdentityError/Describer
...
Follows Resource pattern (IdentityErrorDescriber.StringName, or
FormatStringName(arg1, arg2)
Also cleaned up optional services, by allowing null in constructor
SignInStatus -> SignInFailure and introduced SignInResult to make
SignInManager APIs consistent with IdentityResult (but no strings needed
for SignIn)
Fixes : #86 , #176 , #287 and #177
2014-12-30 14:51:52 -08:00
Hao Kung
5658af6b61
Allow multiple validators
...
Role/Password/User validators are now IEnumerable instead of a single
instance
2014-12-04 13:06:41 -08:00
Brice Lambson
73640e0216
Rename to Microsoft.AspNet.Identity.*
2014-06-20 09:15:04 -07:00
Brice Lambson
5334a0d8a9
Rename to Microsoft.Framework.Identity.* and bump version to 3.0.0-*
2014-06-19 17:29:27 -07:00
Stephen Halter
af66fe1611
Inject all dependencies directly into RoleManager and UserManager
...
- All dependencies for RoleManager and UserManager should be required
- The old calls to GetService inside the constructors will throw instead of
returning null if left in after PR aspnet/DependencyInjection#87 is merged
2014-06-11 11:23:49 -07:00
Andrew Peters
9d9489074e
Updating copyright headers
2014-05-08 23:01:13 -07:00
Wei Wang
ca67e93bc7
Fix dependency issues
2014-05-06 11:22:59 -07:00
Hao Kung
31f76b8d58
Initial DI changes from app building
...
Incorporate feedback and make identity DI friendly everywhere
Also start using the new OptionsSetup
2014-05-02 17:09:24 -07:00
anpete
b53a5e4b75
Update file headers
2014-05-01 17:39:44 -07:00
Hao Kung
e8d7cf4219
Asyncify and Userify
...
Add Async suffix to async methods
Take TUser instead of userId for Usermanager apis
2014-04-04 13:42:22 -07:00
Hao Kung
6807da690a
Remove IUser/IRole and TKey from Managers
2014-04-03 17:17:50 -07:00
Hao Kung
c4d32ef1d6
Remove ConfigureAwait(false) everywhere
2014-03-20 09:42:52 -07:00
Hao Kung
7adb28a460
Cleanup + more unit tests (Core @ 81%)
2014-03-18 11:26:02 -07:00