PulseTrade.Comm.Spa.Login 0.1.0-alpha8

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

PulseTrade.Comm.Spa.Login

Open PTCS Login extension package.

This package provides the final NuGet boundary for PTCS local-login wiring while the closed packages PulseTrade.Comm.Spa and PulseTrade.Comm.Login.Core retain the runtime contracts, token/session lifecycle, and credential verification. The current slice also owns the browser extension manifest/script registration used by PTCS:

#r "nuget: PulseTrade.Comm.Spa"
#r "nuget: PulseTrade.Comm.Login.Core"
#r "nuget: PulseTrade.Comm.Spa.Login"

open PulseTrade.Comm.Spa
open PulseTrade.Comm.Spa.Login

let options =
    ServerOptions.localRandom()
    |> PtcsLoginExtension.usePtcsLogin loginOptions

PtcsLoginExtension.usePtcsLogin performs two actions:

  • registers PtcsLoginOptions into the PTCS server runtime by calling the PTCS SPI;
  • registers extension id pulse-trade-comm-spa-login, script url /client-extensions/login/PulseTrade.Comm.Spa.Login.js, and the package contentFiles script asset in the PTCS client-extension manifest.

This is not yet the final extraction of every Login-owned browser page/client behavior from PTCS core. The current package proves the open NuGet boundary, manifest/script ownership, and ACL2 browser/runtime gate. Remaining work is moving the login page/client logic that still lives in PTCS core into this package.

PulseTrade.Comm.Spa.Login must reference PulseTrade.Comm.Login.Core as an exact binary NuGet package. It must not require Core source access.

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 32 7/2/2026
0.1.0-alpha8 32 7/2/2026
0.1.0-alpha3 29 7/2/2026
0.1.0-alpha2 29 7/2/2026
0.1.0-alpha13 0 7/3/2026
0.1.0-alpha12 40 7/2/2026
0.1.0-alpha11 31 7/2/2026
0.1.0-alpha10 31 7/2/2026