PulseTrade.Comm.Login.Pcsl 0.1.0-alpha9

This is a prerelease version of PulseTrade.Comm.Login.Pcsl.
dotnet add package PulseTrade.Comm.Login.Pcsl --version 0.1.0-alpha9
                    
NuGet\Install-Package PulseTrade.Comm.Login.Pcsl -Version 0.1.0-alpha9
                    
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.Login.Pcsl" Version="0.1.0-alpha9" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PulseTrade.Comm.Login.Pcsl" Version="0.1.0-alpha9" />
                    
Directory.Packages.props
<PackageReference Include="PulseTrade.Comm.Login.Pcsl" />
                    
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.Login.Pcsl --version 0.1.0-alpha9
                    
#r "nuget: PulseTrade.Comm.Login.Pcsl, 0.1.0-alpha9"
                    
#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.Login.Pcsl@0.1.0-alpha9
                    
#: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.Login.Pcsl&version=0.1.0-alpha9&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=PulseTrade.Comm.Login.Pcsl&version=0.1.0-alpha9&prerelease
                    
Install as a Cake Tool

PulseTrade.Comm.Login.Pcsl

PulseTrade.Comm.Login.Pcsl is the PCSL durable session-store provider for PulseTrade.Comm.Login.Core.

Journal / Snapshot / DB

This package does not use Akka.Persistence journal or snapshot-store tables, and it does not create SQL tables. It stores login session rows in a caller-supplied PulseTrade.Comm.Spa.CommHub / PCSL root.

Current PCSL layout:

  • Set name: ptc-login-session-store
  • Session lookup key: session:<sha256 session id>
  • Access token lookup key: access:<sha256 access token>
  • Refresh token lookup key: refresh:<sha256 refresh token>
  • Value JSON: ptc.login.session-store.snapshot.v1 row JSON from PulseTrade.Comm.Login.Core.LoginSessionRecordJson
  • Tags: ptc, login, session-store, provider:pcsl

createSessionStore hub wraps an existing CommHub.

createSessionStoreWithPcslRoot pcslRoot creates a CommHub over the supplied PCSL root path. The PCSL root is sensitive runtime state because the value JSON contains opaque session tokens.

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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.1.0-alpha9 8 6/30/2026
0.1.0-alpha15 0 7/1/2026
0.1.0-alpha14 0 6/30/2026
0.1.0-alpha13 0 6/30/2026
0.1.0-alpha12 7 6/30/2026
0.1.0-alpha11 7 6/30/2026
0.1.0-alpha10 15 6/30/2026
0.1.0-alpha1 33 6/30/2026