magic.lambda.auth by Thomas Hansen

<PackageReference Include="magic.lambda.auth" Version="8.4.0" />

 magic.lambda.auth 8.4.0

Authentication and authorization slots for Magic, allowing you to easily create, verify and refresh JWT tokens in your Magic application. To use package go to https://polterguy.github.io

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>magic.lambda.auth</id>
    <version>8.4.0</version>
    <authors>Thomas Hansen</authors>
    <owners>Thomas Hansen</owners>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <license type="file">LICENSE.txt</license>
    <licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
    <icon>ico.png</icon>
    <projectUrl>https://github.com/polterguy/magic.lambda.auth</projectUrl>
    <description>Authentication and authorization slots for Magic, allowing you to easily create, verify and refresh JWT tokens in your Magic application. To use package go to https://polterguy.github.io</description>
    <copyright>Thomas Hansen, [email protected]</copyright>
    <tags>authentication, authorization, authorisation, security, jwt</tags>
    <repository type="git" url="https://github.com/polterguy/magic.lambda.auth.git" commit="10271ed9e6d5b2cb7002a87b7598999616f8addc" />
    <dependencies>
      <group targetFramework=".NETStandard2.0">
        <dependency id="Microsoft.AspNetCore.Authentication" version="2.2.0" exclude="Build,Analyzers" />
        <dependency id="Microsoft.AspNetCore.Authentication.JwtBearer" version="2.2.0" exclude="Build,Analyzers" />
        <dependency id="Microsoft.Extensions.Configuration" version="3.1.7" exclude="Build,Analyzers" />
        <dependency id="Microsoft.IdentityModel.Tokens" version="5.6.0" exclude="Build,Analyzers" />
        <dependency id="magic.lambda" version="8.4.0" exclude="Build,Analyzers" />
        <dependency id="magic.node.extensions" version="8.4.0" exclude="Build,Analyzers" />
        <dependency id="magic.signals.contracts" version="8.4.0" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>