Nancy.Authentication.Stateless by Andreas Håkansson, Steven Robbins and contributors

<PackageReference Include="Nancy.Authentication.Stateless" Version="0.15.2" />

 Nancy.Authentication.Stateless 0.15.2

A stateless authentication provider for Nancy.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>Nancy.Authentication.Stateless</id>
    <version>0.15.2</version>
    <authors>Andreas Håkansson, Steven Robbins and contributors</authors>
    <owners>Andreas Håkansson, Steven Robbins and contributors</owners>
    <licenseUrl>https://github.com/NancyFx/Nancy/blob/master/license.txt</licenseUrl>
    <projectUrl>http://nancyfx.org</projectUrl>
    <iconUrl>http://nancyfx.org/nancy-nuget.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>A stateless authentication provider for Nancy.</description>
    <summary>Nancy is a lightweight web framework for the .Net platform, inspired by Sinatra. Nancy aim at delivering a low ceremony approach to building light, fast web applications.</summary>
    <copyright>Andreas Håkansson, Steven Robbins and contributors</copyright>
    <language>en-US</language>
    <tags>Nancy Authentication</tags>
    <dependencies>
      <dependency id="Nancy" version="[0.15.2]" />
    </dependencies>
  </metadata>
</package>