Skip to content

Commit

Permalink
Added new stateless authentication that can be used ina REST api.
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron Sommardahl committed Jul 9, 2012
1 parent b8ad8cc commit 90c0039
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 15 deletions.
Expand Up @@ -52,9 +52,6 @@
<Name>Nancy</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
16 changes: 4 additions & 12 deletions src/Nancy.sln
Expand Up @@ -930,12 +930,12 @@ Global
{01230F2A-D108-480C-B834-8CE0569FD3B3}.MonoDebug|Any CPU.Build.0 = MonoDebug|Any CPU
{01230F2A-D108-480C-B834-8CE0569FD3B3}.MonoDebug|Mixed Platforms.ActiveCfg = MonoDebug|Any CPU
{01230F2A-D108-480C-B834-8CE0569FD3B3}.MonoDebug|Mixed Platforms.Build.0 = MonoDebug|Any CPU
{01230F2A-D108-480C-B834-8CE0569FD3B3}.MonoDebug|x86.ActiveCfg = MonoDebug|Any CPU
{01230F2A-D108-480C-B834-8CE0569FD3B3}.MonoDebug|x86.ActiveCfg = Debug|Any CPU
{01230F2A-D108-480C-B834-8CE0569FD3B3}.MonoRelease|Any CPU.ActiveCfg = MonoRelease|Any CPU
{01230F2A-D108-480C-B834-8CE0569FD3B3}.MonoRelease|Any CPU.Build.0 = MonoRelease|Any CPU
{01230F2A-D108-480C-B834-8CE0569FD3B3}.MonoRelease|Mixed Platforms.ActiveCfg = MonoRelease|Any CPU
{01230F2A-D108-480C-B834-8CE0569FD3B3}.MonoRelease|Mixed Platforms.Build.0 = MonoRelease|Any CPU
{01230F2A-D108-480C-B834-8CE0569FD3B3}.MonoRelease|x86.ActiveCfg = MonoRelease|Any CPU
{01230F2A-D108-480C-B834-8CE0569FD3B3}.MonoRelease|x86.ActiveCfg = Release|Any CPU
{01230F2A-D108-480C-B834-8CE0569FD3B3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{01230F2A-D108-480C-B834-8CE0569FD3B3}.Release|Any CPU.Build.0 = Release|Any CPU
{01230F2A-D108-480C-B834-8CE0569FD3B3}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
Expand All @@ -950,12 +950,12 @@ Global
{8F9F910D-416E-4B28-BE59-D76670405F56}.MonoDebug|Any CPU.Build.0 = MonoDebug|Any CPU
{8F9F910D-416E-4B28-BE59-D76670405F56}.MonoDebug|Mixed Platforms.ActiveCfg = MonoDebug|Any CPU
{8F9F910D-416E-4B28-BE59-D76670405F56}.MonoDebug|Mixed Platforms.Build.0 = MonoDebug|Any CPU
{8F9F910D-416E-4B28-BE59-D76670405F56}.MonoDebug|x86.ActiveCfg = MonoDebug|Any CPU
{8F9F910D-416E-4B28-BE59-D76670405F56}.MonoDebug|x86.ActiveCfg = Debug|Any CPU
{8F9F910D-416E-4B28-BE59-D76670405F56}.MonoRelease|Any CPU.ActiveCfg = MonoRelease|Any CPU
{8F9F910D-416E-4B28-BE59-D76670405F56}.MonoRelease|Any CPU.Build.0 = MonoRelease|Any CPU
{8F9F910D-416E-4B28-BE59-D76670405F56}.MonoRelease|Mixed Platforms.ActiveCfg = MonoRelease|Any CPU
{8F9F910D-416E-4B28-BE59-D76670405F56}.MonoRelease|Mixed Platforms.Build.0 = MonoRelease|Any CPU
{8F9F910D-416E-4B28-BE59-D76670405F56}.MonoRelease|x86.ActiveCfg = MonoRelease|Any CPU
{8F9F910D-416E-4B28-BE59-D76670405F56}.MonoRelease|x86.ActiveCfg = Release|Any CPU
{8F9F910D-416E-4B28-BE59-D76670405F56}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F9F910D-416E-4B28-BE59-D76670405F56}.Release|Any CPU.Build.0 = Release|Any CPU
{8F9F910D-416E-4B28-BE59-D76670405F56}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
Expand Down Expand Up @@ -1058,24 +1058,16 @@ Global
{FF6BCAC0-99F7-4328-AE72-36E63BF26A27}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{FF6BCAC0-99F7-4328-AE72-36E63BF26A27}.Release|x86.ActiveCfg = Release|Any CPU
{0148554D-B431-460B-922E-7230B2FAE1D1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0148554D-B431-460B-922E-7230B2FAE1D1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0148554D-B431-460B-922E-7230B2FAE1D1}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{0148554D-B431-460B-922E-7230B2FAE1D1}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{0148554D-B431-460B-922E-7230B2FAE1D1}.Debug|x86.ActiveCfg = Debug|Any CPU
{0148554D-B431-460B-922E-7230B2FAE1D1}.MonoDebug|Any CPU.ActiveCfg = Debug|Any CPU
{0148554D-B431-460B-922E-7230B2FAE1D1}.MonoDebug|Any CPU.Build.0 = Debug|Any CPU
{0148554D-B431-460B-922E-7230B2FAE1D1}.MonoDebug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{0148554D-B431-460B-922E-7230B2FAE1D1}.MonoDebug|Mixed Platforms.Build.0 = Debug|Any CPU
{0148554D-B431-460B-922E-7230B2FAE1D1}.MonoDebug|x86.ActiveCfg = Debug|Any CPU
{0148554D-B431-460B-922E-7230B2FAE1D1}.MonoRelease|Any CPU.ActiveCfg = Release|Any CPU
{0148554D-B431-460B-922E-7230B2FAE1D1}.MonoRelease|Any CPU.Build.0 = Release|Any CPU
{0148554D-B431-460B-922E-7230B2FAE1D1}.MonoRelease|Mixed Platforms.ActiveCfg = Release|Any CPU
{0148554D-B431-460B-922E-7230B2FAE1D1}.MonoRelease|Mixed Platforms.Build.0 = Release|Any CPU
{0148554D-B431-460B-922E-7230B2FAE1D1}.MonoRelease|x86.ActiveCfg = Release|Any CPU
{0148554D-B431-460B-922E-7230B2FAE1D1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0148554D-B431-460B-922E-7230B2FAE1D1}.Release|Any CPU.Build.0 = Release|Any CPU
{0148554D-B431-460B-922E-7230B2FAE1D1}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{0148554D-B431-460B-922E-7230B2FAE1D1}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{0148554D-B431-460B-922E-7230B2FAE1D1}.Release|x86.ActiveCfg = Release|Any CPU
{211560C3-FDDF-46D6-AB0C-F3BC04B173B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{211560C3-FDDF-46D6-AB0C-F3BC04B173B5}.Debug|Any CPU.Build.0 = Debug|Any CPU
Expand Down

0 comments on commit 90c0039

Please sign in to comment.