PulseTrade.Comm.ACL.Core 0.1.0-alpha2

This is a prerelease version of PulseTrade.Comm.ACL.Core.
dotnet add package PulseTrade.Comm.ACL.Core --version 0.1.0-alpha2
                    
NuGet\Install-Package PulseTrade.Comm.ACL.Core -Version 0.1.0-alpha2
                    
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="PulseTrade.Comm.ACL.Core" Version="0.1.0-alpha2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PulseTrade.Comm.ACL.Core" Version="0.1.0-alpha2" />
                    
Directory.Packages.props
<PackageReference Include="PulseTrade.Comm.ACL.Core" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add PulseTrade.Comm.ACL.Core --version 0.1.0-alpha2
                    
#r "nuget: PulseTrade.Comm.ACL.Core, 0.1.0-alpha2"
                    
#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.
#:package PulseTrade.Comm.ACL.Core@0.1.0-alpha2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=PulseTrade.Comm.ACL.Core&version=0.1.0-alpha2&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=PulseTrade.Comm.ACL.Core&version=0.1.0-alpha2&prerelease
                    
Install as a Cake Tool

PulseTrade.Comm.ACL.Core

PulseTrade.Comm.ACL.Core is the package-level authorization contract for PTC/PTCS/GW/RN services.

It owns:

  • principal / credential / action / resource vocabulary
  • fCell2-facing config DTO and strict decoder
  • deterministic policy evaluator
  • deployment profile and route manifest validation
  • audit DTO redaction helpers
  • token/session metadata validation shared with PulseTrade.Comm.Login.Core

It does not depend on PTCS, WebSharper, Suave, ASP.NET Core, GW.Host, RN.Host, or Akka runtime.

authenticated and authorized are intentionally separate concepts:

  • authenticated means a browser session, bearer token, OAuth session, or service credential resolved to an AclPrincipal
  • authorized means that principal received explicit Allow for the current action + resource
  • command/write paths must default deny when ACL is enabled

API Surface

  • AclPolicyConfig / AclFCell2.decodePolicySnapshot load fCell2-facing ACL configuration.
  • AclPolicyEvaluator.evaluate returns Allowed, Denied, Challenge, ExpiredCredential, or MisconfiguredPolicy.
  • AclRouteManifestEntry.validate is the host-side route gate manifest contract.
  • AclGatewayForwardingSecurity.validate captures SSRF allowlist and private-IP block requirements for forwarding routes.
  • AclAudit.create redacts secret-like attributes before audit persistence.

Verification

dotnet build .\Libs\PulseTrade.Comm\tests\PulseTrade.Comm.ACL.Tests\PulseTrade.Comm.ACL.Tests.fsproj -c Debug
dotnet run --project .\Libs\PulseTrade.Comm\tests\PulseTrade.Comm.ACL.Tests\PulseTrade.Comm.ACL.Tests.fsproj -c Debug --no-build

Latest recorded result: 33/33 passed on 2026-06-30.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on PulseTrade.Comm.ACL.Core:

Package Downloads
PulseTrade.Comm.Login.Core

PulseTrade Comm Login core authentication workflow, opaque token/session lifecycle, and Akka message contracts.

PulseTrade.Comm.Spa.ACL

Open PTCS ACL extension facade for PulseTrade.Comm.Spa.

PulseTrade.Comm.Spa.Login

Open PTCS Login extension facade for PulseTrade.Comm.Spa.

PulseTrade.Comm.ACL.SqlServer

PulseTrade Comm ACL SQL Server policy snapshot provider.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.1.0-alpha2 146 6/30/2026
0.1.0-alpha1 47 6/30/2026