magic.lambda.auth by AINIRO.IO, Ltd

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

 magic.lambda.auth 17.0.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>17.0.0</version>
    <authors>AINIRO.IO, Ltd</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>
    <readme>README.md</readme>
    <projectUrl>https://ainiro.io/</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>AINIRO.IO, Ltd</copyright>
    <tags>authentication, authorization, authorisation, security, jwt, hyperlambda</tags>
    <repository type="git" url="https://github.com/polterguy/magic.lambda.auth" commit="41890c8c5393c56d1afa5be8a905eaceb5177e01" />
    <dependencies>
      <group targetFramework="net6.0">
        <dependency id="Microsoft.AspNetCore.Authentication.JwtBearer" version="6.0.0" exclude="Build,Analyzers" />
        <dependency id="magic.node.extensions" version="17.0.0" exclude="Build,Analyzers" />
        <dependency id="magic.signals.contracts" version="17.0.0" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>