Javier Calvarro Nelson
|
f91e3ff342
|
Fix versions on OIDC sample
|
2017-06-19 15:34:20 -07:00 |
Kiran Challa
|
2ac96dc904
|
Changed all references of PackageTargetFallback to AssetTargetFallback
|
2017-06-14 14:25:25 -07:00 |
Pavel Krymets
|
f65a544662
|
React to logging changes
|
2017-06-07 14:28:07 -07:00 |
Pavel Krymets
|
66d69f7ae5
|
React to logging in DI change
|
2017-06-02 10:47:35 -07:00 |
Javier Calvarro Nelson
|
e38759b8a2
|
Make OIDC sample netcoreapp2.0 only
|
2017-05-30 11:50:19 -07:00 |
Javier Calvarro Nelson
|
48f9d47e90
|
Add a sample using OIDC and integrated client
|
2017-05-30 11:03:22 -07:00 |
Hao Kung
|
45f9780d32
|
Switch back to netstandard2.0
|
2017-05-26 12:45:28 -07:00 |
Hao Kung
|
e6f3ebf581
|
Refactor Identity into Core + Stores
|
2017-05-23 11:21:39 -07:00 |
Andrew Stanton-Nurse
|
1909240393
|
Merge branch 'rel/2.0.0-preview1' into dev
|
2017-05-04 15:50:44 -07:00 |
Andrew Stanton-Nurse
|
d19f44124b
|
netcoreapp2.0 (#1183)
|
2017-05-04 15:49:48 -07:00 |
Nate McMaster
|
ca192308c8
|
Revert "Temporarily disable DotNetCliToolReference in samples until aspnet/Universe#506 is resolved"
This reverts commit dff2a3a559.
|
2017-04-28 11:50:16 -07:00 |
Brice Lambson
|
dff2a3a559
|
Temporarily disable DotNetCliToolReference in samples until aspnet/Universe#506 is resolved
|
2017-04-25 15:05:16 -07:00 |
Hao Kung
|
bc757faeba
|
Add GetExternalAuthenticationSchemes back
|
2017-04-20 15:46:20 -07:00 |
Hao Kung
|
c142085695
|
UseIdentity => UseAuthentication
|
2017-04-20 12:34:07 -07:00 |
Hao Kung
|
4aafafe6f9
|
Update sample
|
2017-04-19 17:59:14 -07:00 |
Hao Kung
|
14b4bea964
|
Identity => Auth 2.0
|
2017-04-19 13:02:19 -07:00 |
John Luo
|
b1d1d85aee
|
Remove cyclic dependency
|
2017-04-05 18:16:43 -07:00 |
Kiran Challa
|
7e051d92cb
|
Converted samples and test projects to run on netcoreapp2.0
|
2017-04-05 12:10:45 -07:00 |
Pranav K
|
b2b32d691b
|
Revert "Adding System.Security.Claims to samples and tests"
This reverts commit 36184161fb.
Fixes #1141
|
2017-04-03 11:24:23 -07:00 |
Pranav K
|
36184161fb
|
Adding System.Security.Claims to samples and tests
This should go away after we migrate everything, but for now this
is required to get the build going.
|
2017-03-21 16:49:32 -07:00 |
Pranav K
|
234b882758
|
Remove net451 as a compilation target
|
2017-03-21 16:49:04 -07:00 |
Pranav K
|
4f3584f129
|
Remove unused sample
|
2017-03-21 16:45:53 -07:00 |
Nate McMaster
|
8d8faf9adc
|
Unify dependency versions to one file and remove workarounds
Upgrade to stable version of Moq
Simplify sample dependencies by using metapackage
|
2017-03-15 14:47:08 -07:00 |
John Luo
|
a5ca720ff1
|
Upgrading to VS 2017
|
2017-02-02 17:16: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 |
Pranav K
|
20a55b8d1f
|
Updating to 4.4 CoreFx packages
|
2016-12-21 16:46:46 -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
|
3be87cef81
|
Updating versions to 1.2.0-*
|
2016-11-09 14:18:00 -08:00 |
Hao Kung
|
ee83dfe9be
|
Clean up sample
|
2016-10-13 15:23:10 -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 |
Nate McMaster
|
b166c47235
|
Update sample usage of EF tools
|
2016-09-26 14:27:08 -07:00 |
Tugberk Ugurlu
|
cd87b3db7e
|
Delete Helios.cmd
I believe it's not used anymore
|
2016-08-25 22:19:43 +01:00 |
Nate McMaster
|
ddaab5f549
|
React to aspnet/EntityFramework#6288
|
2016-08-11 16:04:52 -07:00 |
Doug Bunting
|
d676e8f068
|
One build to rule them all
- well, at least VS and command-line builds will share output
- part of aspnet/Coherence-Signed#277
|
2016-07-07 12:03:10 -07:00 |
Pranav K
|
ae9b21971b
|
Updating to dev versions
|
2016-06-16 10:18:01 -07:00 |
N. Taylor Mullen
|
5bb92c6a5c
|
Remove direct Microsoft.NETCore.Platforms dependency.
- Microsoft.NETCore.App now pulls this package in.
aspnet/Coherence-Signed#344
|
2016-06-13 15:30:33 -07:00 |
Hao Kung
|
436df2319d
|
Merge branch 'haok/6-10clean' into dev
|
2016-06-10 15:25:53 -07:00 |
Hao Kung
|
bfa207e587
|
Remove interop sample from sln since it uses non public pkgs
|
2016-06-10 15:18:01 -07:00 |
jacalvar
|
a877ec1783
|
Remove unncessary imports
|
2016-06-08 15:04:06 -07:00 |
Hao Kung
|
e0676292fc
|
Add Interop 45 Compat package
Initial samples fixes (more coming to make things work)
|
2016-05-23 13:23:32 -07:00 |
Hao Kung
|
104f216191
|
Restore support for EF User store generics
|
2016-05-23 13:05:12 -07:00 |
Hao Kung
|
7b870f8e64
|
Merge typo fix
|
2016-05-20 13:17:22 -07:00 |
Hao Kung
|
4c63935174
|
Remove scripts from project.json sample
|
2016-05-20 12:51:49 -07:00 |
Pranav K
|
b0e8ffc1f8
|
Fix build warnings
|
2016-05-02 11:27:17 -07:00 |
BrennanConroy
|
d1f7bb32c7
|
Remove reference to UseDefaultHostingConfiguration
|
2016-04-27 19:07:01 -07:00 |
Nate McMaster
|
46064822f5
|
React to https://github.com/aspnet/EntityFramework/pull/5142
|
2016-04-26 16:41:22 -07:00 |