Commit Graph

706 Commits

Author SHA1 Message Date
John Luo a5ca720ff1 Upgrading to VS 2017 2017-02-02 17:16:39 -08:00
Arthur Vickers e7c039caca Remove obsolete file. 2017-01-26 14:21:43 -08:00
Hao Kung 2d15778346 UserStore: Add protected virtuals for queries 2017-01-23 14:44:05 -08:00
Hao Kung 7fbc36c566 Remove cancellation token overload 2017-01-17 12:51:04 -08:00
Hao Kung b64a32f089 Expose options/other services on managers 2017-01-17 12:49:24 -08:00
Hao Kung 57a25d080d AddEFStores: Infer generics from DbContext 2017-01-17 12:45:45 -08:00
Fabiano França d4d105d5b5 Set ConcurrencyStamp current value using lambdas. 2017-01-04 13:29:39 -08:00
Fabiano França 830a1863a1 Fix property name. 2017-01-04 13:29:39 -08:00
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
Ajay Bhargav Baaskaran a9ce48b911 Updating missed projects to 4.4 CoreFx packages 2016-12-22 14:27:42 -08:00
Pranav K 20a55b8d1f Updating to 4.4 CoreFx packages 2016-12-21 16:46:46 -08:00
Stephen Halter 1b394a1830 Barf even less (and move spec tests in sln) 2016-12-16 15:22:31 -08:00
Hao Kung ff5a8f33d5 Barf on this policheck. 2016-12-16 12:39:16 -08:00
Hao Kung f62ae89d78 Remove System.Collections from project.json 2016-12-12 14:08:47 -08:00
Hao Kung 5e4e9ccdf1 Add Identity.Specfification.Tests 2016-12-12 13:55:08 -08:00
Ajay Bhargav Baaskaran 34519a43f6 Removed packages list in NuGetPackageVerifier.json 2016-12-12 00:39:47 -08:00
N. Taylor Mullen c8b17ac86b Update .travis.yml osx image to xcode7.3. 2016-12-08 10:04:55 -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
N. Taylor Mullen a2919e07b5 Pin global.json SDK to 1.0.0-preview2-1-003177. 2016-11-23 16:01:14 -08:00
Ilya Chudin bf71121a7e Update README.md 2016-11-21 13:58:40 -08:00
Marco Miltenburg bb60afba28 There's no need to check IsLockedOut() anymore as this is already done in PreSignInCheck(). 2016-11-21 12:21:13 -08:00
Hao Kung 4dd38e8ca8 Guard against null security stamps 2016-11-21 12:17:09 -08:00
Nate McMaster 82893848dd
Clean tmp folder after unzipping KoreBuild 2016-11-18 10:57:04 -08:00
Hao Kung 13ae7b21f3 Improve generic support for AddEntityFrameworkStores 2016-11-17 15:06:29 -08:00
Pranav K 3be87cef81 Updating versions to 1.2.0-* 2016-11-09 14:18:00 -08:00
Pranav K d29d5ab63a Merge branch 'rel/1.1.0' into dev 2016-11-09 11:31:17 -08:00
Pranav K 002dc5d2c6 Branching for 1.1.0 2016-11-09 11:31:15 -08:00
jacalvar e72f98bc87 Created public API baselines 2016-11-07 22:06:44 -08:00
Kevin Walter 0332e91a08 Update UserStore.cs
Fixed incorrect code comment
2016-10-27 14:26:15 -07:00
Eilon Lipton b17cc007b5 Add period to project.json description. 2016-10-24 09:28:03 -07:00
Pranav K 2b3f6fa0da Merge remote-tracking branch 'origin/rel/1.1.0-preview1' into dev 2016-10-17 09:56:09 -07:00
Pranav K db26ca83a7 Branching for 1.1.0-preview1 2016-10-17 09:49:13 -07:00
Hao Kung ee83dfe9be Clean up sample 2016-10-13 15:23:10 -07:00
Hao Kung aba7cf96b9 Add OnSecurityStampReplacingPrincipal event 2016-10-13 15:07:58 -07:00
Pranav K a664d32c5c Updating to netcoreapp1.1 2016-10-13 11:18:26 -07:00
Pranav K e9224cfae7 Revert "Updating to netcoreapp1.1"
This reverts commit 1eb7fd3947.
2016-10-12 16:08:49 -07:00
Pranav K 1eb7fd3947 Updating to netcoreapp1.1 2016-10-12 13:45:35 -07:00
Pranav K 9019e6ab39 Updating partner package versions 2016-10-03 19:59:26 -07:00
Hao Kung 971292544a EF: Switch to Find where possible 2016-10-03 13:44:39 -07:00
Hao Kung d18ae5cad1 Add ProviderInstance for use in 2FA TokenProvider 2016-09-28 13:33:17 -07:00
Nate McMaster b166c47235
Update sample usage of EF tools 2016-09-26 14:27:08 -07:00
Hao Kung 5d759abcde Make role name index unique by default 2016-09-26 10:52:40 -07:00
Hao Kung dbec1c6236 Expose more for extensibility 2016-09-26 10:52:40 -07:00
Sébastien Ros 5480aa182b Clearing up FindByEmailAsync usage
Makes it explicit that the parameter can be any email, but the query will be based on the normalized value.
2016-09-13 16:06:52 -07:00
Pavel Krymets e131ebae47 Use TaskCache class from Microsoft.Extensions.TaskCache.Sources (#955)
Instead of Task.FromResult(0)
2016-09-07 11:24:45 -07:00
Doug Bunting 2a03500ace Increase .travis.yml consistency between repos
- aspnet/Universe#349
- minimize `dotnet` setup time; no need for caching
2016-09-04 19:52:51 -07:00
Troy Dai 37297ec11a Merge pull request #942 from tugberkugurlu/patch-1
list community maintained store providers on Readme
2016-08-29 13:47:22 -07:00
Troy Dai ca66dfc895 Merge pull request #943 from tugberkugurlu/patch-2
Delete Helios.cmd
2016-08-29 13:46:42 -07:00
Nate McMaster c0ce322e71 Fix tests broken by logging change aspnet/Logging#480 2016-08-26 11:48:00 -07:00