Authlink.Policy.Client.Core
1.0.3
dotnet add package Authlink.Policy.Client.Core --version 1.0.3
NuGet\Install-Package Authlink.Policy.Client.Core -Version 1.0.3
<PackageReference Include="Authlink.Policy.Client.Core" Version="1.0.3" />
<PackageVersion Include="Authlink.Policy.Client.Core" Version="1.0.3" />
<PackageReference Include="Authlink.Policy.Client.Core" />
paket add Authlink.Policy.Client.Core --version 1.0.3
#r "nuget: Authlink.Policy.Client.Core, 1.0.3"
#:package Authlink.Policy.Client.Core@1.0.3
#addin nuget:?package=Authlink.Policy.Client.Core&version=1.0.3
#tool nuget:?package=Authlink.Policy.Client.Core&version=1.0.3
📦 Package Overview
Authlink.Policy.Client.Core
is a low-level, dependency-free library that defines interfaces, data contracts, and shared models used by client SDKs integrating with the Authlink Policy Decision Point (PDP).
It is intended to be consumed by higher-level packages such as:
Authlink.Policy.Client.Http
Authlink.Policy.Client.ServiceStack
🚀 Install
dotnet add package Authlink.Policy.Client.Core
Or via Package Manager:
PM> Install-Package Authlink.Policy.Client.Core
🔧 Purpose
This package serves as a foundation layer, enabling:
- Abstraction of policy‐decision flows (Allow/Deny)
- Decoupled, testable client implementations
- Plug-and-play support across .NET environments (console, web, serverless)
- Zero runtime dependencies beyond .NET Standard
📚 Documentation
Coming soon at: https://docs.authlink.co.za
📄 License
MIT
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net9.0
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Authlink.Policy.Client.Core:
Package | Downloads |
---|---|
Authlink.Policy.Client.Http
Implements the IPolicyClient abstraction over HTTP, allowing .NET applications to call Authlink’s Policy Decision Point (PDP) via a lightweight, HttpClientFactory-powered client. Includes PolicyHttpClient, option-based configuration (base URI, default client-ID, timeout), JSON (de)serialization of decision requests, and fail-closed error handling. Designed to plug into ASP.NET Core, ServiceStack, worker services, or any .NET runtime in combination with Authlink.Policy.Client.Core. |
GitHub repositories
This package is not used by any popular GitHub repositories.