magic.lambda.auth by Thomas Hansen

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

 magic.lambda.auth 9.9.3

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>9.9.3</version>
    <authors>Thomas Hansen</authors>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <license type="expression">LGPL-3.0-only</license>
    <licenseUrl>https://licenses.nuget.org/LGPL-3.0-only</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="1c640e0e958aaa0457f67f5abbe7ab9788645c4d" />
    <dependencies>
      <group targetFramework="net6.0">
        <dependency id="Microsoft.AspNetCore.Authentication.JwtBearer" version="6.0.0" exclude="Build,Analyzers" />
        <dependency id="Microsoft.Extensions.Configuration" version="6.0.0" exclude="Build,Analyzers" />
        <dependency id="magic.lambda" version="9.9.3" exclude="Build,Analyzers" />
        <dependency id="magic.node.extensions" version="9.9.3" exclude="Build,Analyzers" />
        <dependency id="magic.signals.contracts" version="9.9.3" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>