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 |