ANT.AuthServer.Library.Client 2.0.1

dotnet add package ANT.AuthServer.Library.Client --version 2.0.1
NuGet\Install-Package ANT.AuthServer.Library.Client -Version 2.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ANT.AuthServer.Library.Client" Version="2.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ANT.AuthServer.Library.Client --version 2.0.1
#r "nuget: ANT.AuthServer.Library.Client, 2.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install ANT.AuthServer.Library.Client as a Cake Addin
#addin nuget:?package=ANT.AuthServer.Library.Client&version=2.0.1

// Install ANT.AuthServer.Library.Client as a Cake Tool
#tool nuget:?package=ANT.AuthServer.Library.Client&version=2.0.1

ANT AuthServer Client Library

This package includes the AuthorizationAttribute to check for user claims, also provides a method to configure the use of Json Web Tokens in WebAPI or OData

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on ANT.AuthServer.Library.Client:

Package Downloads
ANT.AuthServer.Library.AuthCodeGenerator

ANT AuthServer Authentication Code Generator for Third Party applications

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.1 313 1/5/2023
2.0.0 285 12/1/2022

2.0.0: release for .Net 4.8
1.0.8: fixed validation conditions
1.0.7: release for .Net 4.5
1.0.5: allow disabling Auth Attribute
1.0.4: added verification for WebAPI methods, production release
1.0.3-alpha: added auth attribute for POST requests
1.0.2-alpha: test dependency Microsoft.Owin.Security.Jwt 3.1.0
1.0.1-alpha: target .Net 4.6 Framework
1.0.0-alpha: first release