ANT.AuthServer.Library.Client
2.0.0
See the version list below for details.
dotnet add package ANT.AuthServer.Library.Client --version 2.0.0
NuGet\Install-Package ANT.AuthServer.Library.Client -Version 2.0.0
<PackageReference Include="ANT.AuthServer.Library.Client" Version="2.0.0" />
paket add ANT.AuthServer.Library.Client --version 2.0.0
#r "nuget: ANT.AuthServer.Library.Client, 2.0.0"
// Install ANT.AuthServer.Library.Client as a Cake Addin #addin nuget:?package=ANT.AuthServer.Library.Client&version=2.0.0 // Install ANT.AuthServer.Library.Client as a Cake Tool #tool nuget:?package=ANT.AuthServer.Library.Client&version=2.0.0
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 | Versions 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. |
-
.NETFramework 4.5
- Microsoft.Owin.Security.Jwt (>= 3.1.0)
-
.NETFramework 4.8
- Microsoft.AspNet.WebApi.Core (>= 5.2.9)
- Microsoft.Owin.Security.Jwt (>= 4.2.2)
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.
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