From 9993fd96dabc327446f60be8fab1335eaf988a19 Mon Sep 17 00:00:00 2001 From: BrennanConroy Date: Tue, 11 Apr 2017 12:35:31 -0700 Subject: [PATCH] Use policy names in EndPointOptions (#340) --- .../ChatSample/Views/Shared/_Layout.cshtml | 1 - .../EndPointOptions.cs | 5 +- .../HttpConnectionDispatcher.cs | 2 +- .../Internal/AuthorizeHelper.cs | 96 ++++--- .../HttpConnectionDispatcherTests.cs | 269 ++++++++++++++++++ 5 files changed, 325 insertions(+), 48 deletions(-) diff --git a/samples/ChatSample/Views/Shared/_Layout.cshtml b/samples/ChatSample/Views/Shared/_Layout.cshtml index 50dfde0f5b..a914e927a3 100644 --- a/samples/ChatSample/Views/Shared/_Layout.cshtml +++ b/samples/ChatSample/Views/Shared/_Layout.cshtml @@ -44,7 +44,6 @@ -