Commit Graph

34 Commits

Author SHA1 Message Date
Jonathan Underwood 9e59e79a94 Sample: use FindByEmailAsync in ResetPassword flow 2016-12-29 15:42:11 -08:00
Hao Kung 5aed9742a4 Add authenticator support 2016-12-27 12:59:44 -08:00
Tugberk Ugurlu 4af4a434c5 remove About and Contact links from the sample
Their corresponding views are missing and when clicked, it gives 404. Not sure if removing is OK (seems so).
2016-11-28 15:50:05 -08:00
Pranav K 9010dd4284 Reacting to Mvc changes 2016-03-28 17:48:17 -07:00
Hao Kung 82863e9444 Add support for Authentication Tokens to Identity 2016-03-07 13:53:54 -08:00
John Luo 57307ef2b7 Microsoft Security Advisory 3137909 2016-02-11 10:52:13 -08:00
N. Taylor Mullen 078512dc94 Rename AspNet 5 file contents.
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:25:42 -08:00
Hao Kung 2dade94404 Move claims extensions to UserManager
Also update samples to Templates
2016-01-14 12:49:21 -08:00
Hao Kung 267d0ac206 Initial identity 2/3 interop sample 2015-12-03 14:35:41 -08:00
Ajay Bhargav Baaskaran 477f4087dc React to aspnet/Mvc#3165 2015-09-25 12:18:55 -07:00
Ryan Nowak 11942dd48f React to MVC renames 2015-09-17 00:04:21 -07:00
Ryan Nowak a13dfc1eb5 Breaking changes from MVC 2015-09-02 08:21:46 -07:00
Hao Kung 3b26a6e265 Rebase to dev 2015-07-27 14:58:20 -07:00
Dan Friedman d1c4e000ac Set ViewBag.LoginProvider in error scenarios
Failure to do so will leave certain fields blank in the view.
2015-07-27 14:57:42 -07:00
Hao Kung 24cf9998f0 React to HTTP/Security changes 2015-06-25 19:08:58 -07:00
Hao Kung 1ed2ebcd96 Rename shouldLockout => lockoutOnFailure 2015-06-16 14:39:26 -07:00
Hao Kung c251bf0162 Add RefreshSignIn 2015-04-23 22:17:24 -07:00
Hao Kung a6bf4029aa Move extensions IPrincipal => ClaimsPrincipal
Fixes https://github.com/aspnet/Identity/issues/395
2015-03-19 15:24:20 -07:00
Hao Kung c2e96fa570 Remove identity message apis
Fixes https://github.com/aspnet/Identity/issues/359
2015-03-05 13:32:35 -08:00
Hao Kung 3aaa628365 React to AuthN changes 2015-03-02 16:39:01 -08:00
Hao Kung 86d9468e45 React to Authorize attribute moving 2015-02-16 15:56:30 -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 a475177376 Fix samples 2014-11-24 18:00:48 -08:00
Hao Kung d2c12e85b8 Samples fix for missing return url
Fixes: https://github.com/aspnet/Identity/issues/262
2014-11-24 16:29:02 -08:00
Hao Kung 66f9803d06 Replace IIdentityMessageService with IUserMessageProvider 2014-11-24 13:41:02 -08:00
Hao Kung 78b66382f9 Fix samples typo 2014-10-22 13:33:26 -07:00
Hao Kung 92267b4c25 Fix typo in samples 2014-10-16 13:12:38 -07:00
Hao Kung ffa226dfa9 React to options / DI / startup changes 2014-10-08 13:11:49 -07:00
David Fowler 993827ee65 React to EF changes and fixed sample 2014-10-05 02:55:14 -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
David Fowler 9d26c40144 Updated to use the new target framework in project.json 2014-09-04 02:10:19 -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
Hao Kung 7d4aed4e3b Clean up sign in manager
- Add SignInOptions
- Also fix SecurityStampValidator issue resolving against wrong service
collection
2014-08-07 16:29:56 -07:00
Hao Kung bbb848ae1d Add identity sample 2014-07-16 12:44:23 -07:00