more auth stuff...nowhere near done

This commit is contained in:
TomPallister
2016-10-18 22:19:41 +01:00
parent 0221ee9ccb
commit 3285be3c73
21 changed files with 543 additions and 21 deletions

View File

@ -4,10 +4,10 @@ using System.Security.Claims;
using Microsoft.AspNetCore.Http;
using Microsoft.Extensions.Primitives;
using Moq;
using Ocelot.Claims.Parser;
using Ocelot.Configuration;
using Ocelot.Errors;
using Ocelot.HeaderBuilder;
using Ocelot.HeaderBuilder.Parser;
using Ocelot.Responses;
using Shouldly;
using TestStack.BDDfy;