Nancy.Authentication.JwtBearer by Nancy.Authentication.JwtBearer

<PackageReference Include="Nancy.Authentication.JwtBearer" Version="1.1.0" />

 Nancy.Authentication.JwtBearer 1.1.0

A JwtBearer authentication provider for Nancy.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Nancy.Authentication.JwtBearer</id>
    <version>1.1.0</version>
    <authors>Nancy.Authentication.JwtBearer</authors>
    <owners>Nancy.Authentication.JwtBearer</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <projectUrl>https://github.com/hwqdt/Nancy.Authentication.JwtBearer</projectUrl>
    <description>A JwtBearer authentication provider for Nancy.</description>
    <releaseNotes>update the library to .NET Standard 2.0</releaseNotes>
    <tags>Nancy Authentication JWT</tags>
    <repository url="https://github.com/hwqdt/Nancy.Authentication.JwtBearer" />
    <dependencies>
      <group targetFramework=".NETStandard2.0">
        <dependency id="System.IdentityModel.Tokens.Jwt" version="5.1.4" exclude="Build,Analyzers" />
        <dependency id="Microsoft.IdentityModel.Tokens" version="5.1.4" exclude="Build,Analyzers" />
        <dependency id="Nancy" version="2.0.0-clinteastwood" exclude="Build,Analyzers" />
      </group>
    </dependencies>
    <copyright>Catcher Wong</copyright>
  </metadata>
</package>