John Luo
96c9eb7dc6
Updating to new options pattern
2016-01-08 16:33:48 -08:00
Hao Kung
167bb54c8d
Make IHttpContextAccessor Optional
2016-01-07 14:21:31 -08:00
Hao Kung
f871d1fd91
OptionsModel => Options
2015-12-21 15:25:17 -08:00
Pranav K
c907762882
Reacting to DI changes
2015-11-13 11:20:53 -08:00
Pranav K
5da757642d
Renaming Microsoft.Framework.* -> Microsoft.Extensions.*
2015-10-03 15:44:55 -07:00
Hao Kung
2113ef5abc
React to Options/Cookie changes
...
Moved cookie instance options into IdentityCookieOptions
IUserTokenProvider changes
2015-09-02 15:15:40 -07:00
anurse
c9f53cd924
react to HttpContextAccessor move
2015-08-12 19:44:36 -07:00
Hao Kung
24cf9998f0
React to HTTP/Security changes
2015-06-25 19:08:58 -07:00
Hao Kung
e2d8bfe5cf
Cleanup logging in SignInManager
2015-06-10 15:13:28 -07:00
N. Taylor Mullen
ab43154577
Update LICENSE.txt and license header on files.
2015-05-01 13:52:26 -07:00
Chris Ross
3b32348cec
React to Auth API changes.
2015-04-24 11:32:15 -07:00
Hao Kung
c251bf0162
Add RefreshSignIn
2015-04-23 22:17:24 -07:00
Hao Kung
3e94336390
Remove hosting and logging dependencies
2015-04-21 17:02:16 -07:00
Suhas Joshi
28dc0245bf
Moved POCOs to EF and fixed tests
2015-03-24 11:48:26 -07:00
Suhas Joshi
6143af8149
Added deferred logging with scopes
2015-03-20 12:21:26 -07:00
Hao Kung
8542a676cb
Move away from ILogger<>
...
Busted for now see https://github.com/aspnet/Hosting/issues/180
2015-03-05 14:04:56 -08:00
Hao Kung
3aaa628365
React to AuthN changes
2015-03-02 16:39:01 -08:00
Praburaj
747f4137c6
Reacting to Hosting API changes
2015-03-02 11:56:44 -08:00
Hao Kung
597e2b3153
Remove CancellationToken from Manager APIs
2015-02-10 15:39:42 -08:00
Suhas Joshi
f7dd913c3f
Injecting ILogger via DI
2015-02-06 09:54:23 -08:00
Suhas Joshi
6e294035a5
Added logging to code and updated tests
2015-01-15 15:42:48 -08:00
Hao Kung
b59440d95f
Normalize all lookups with one service
2015-01-12 12:12:53 -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
5c10f9e96b
SignOut all identity cookies except for RememberMe
...
Fixes https://github.com/aspnet/Identity/issues/211
2014-11-12 12:38:34 -08:00
Hao Kung
556c15273e
Add SignInManager CanSignIn
...
new hook which can be used to block sign in
Fixes https://github.com/aspnet/Identity/issues/129
2014-10-27 15:46:48 -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
3abe532761
React to options and hosting changes
2014-10-14 19:19:44 -07:00
Hao Kung
ffa226dfa9
React to options / DI / startup changes
2014-10-08 13:11:49 -07:00
Hao Kung
08c6522bf4
Reenable external signout
...
resolved issued with middleware ordering in AddIdentity
2014-09-25 15:57:22 -07:00
Hao Kung
76a6c103ce
Disable corresponding external signout asserts
2014-09-25 15:23:10 -07:00
Hao Kung
3c277090de
Use ApplicationCookie options in more places
...
- Remove ClaimsIdentity.AuthenticationType now that
ApplicationCookie.AuthenticationType is available
- Also set Expires on a cookies that need them
2014-09-25 14:57:50 -07:00
Hao Kung
3f4f846cbb
Add social auth and two factor
...
- Merge Authentication into Core
- Add social login support
- Add two factor support
- Rework options model for startup
2014-09-24 15:05:51 -07:00