PulseTrade.Comm.Spa.Login 0.1.0-alpha9

This is a prerelease version of PulseTrade.Comm.Spa.Login.
dotnet add package PulseTrade.Comm.Spa.Login --version 0.1.0-alpha9
                    
NuGet\Install-Package PulseTrade.Comm.Spa.Login -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.Spa.Login" 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.Spa.Login" Version="0.1.0-alpha9" />
                    
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-alpha9
                    
#r "nuget: PulseTrade.Comm.Spa.Login, 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.Spa.Login@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.Spa.Login&version=0.1.0-alpha9&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=PulseTrade.Comm.Spa.Login&version=0.1.0-alpha9&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;
  • registers the WebSharper runtime asset required by the package bundle at /client-extensions/login/WebSharper.Core.JavaScript/Runtime.js;
  • registers a login page renderer through PulseTradeRegisterLoginRenderer.

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, runtime asset ownership, Login renderer hook, and ACL2 browser/runtime gate. PTCS core still keeps a fallback renderer and the route/SPI surface; remaining work is moving route contribution and residual Login-owned client logic 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 68 7/2/2026
0.1.0-alpha49 55 7/15/2026
0.1.0-alpha48 48 7/14/2026
0.1.0-alpha47 48 7/14/2026
0.1.0-alpha46 55 7/14/2026
0.1.0-alpha45 54 7/14/2026
0.1.0-alpha31 58 7/13/2026
0.1.0-alpha30 56 7/13/2026
0.1.0-alpha26 44 7/13/2026
0.1.0-alpha25 52 7/13/2026
0.1.0-alpha24 52 7/12/2026
0.1.0-alpha23 52 7/12/2026
0.1.0-alpha22 57 7/10/2026
0.1.0-alpha21 59 7/10/2026
0.1.0-alpha20 55 7/10/2026
0.1.0-alpha19 59 7/9/2026
0.1.0-alpha18 56 7/9/2026
0.1.0-alpha16 64 7/7/2026
0.1.0-alpha15 62 7/6/2026
0.1.0-alpha13 64 7/3/2026
Loading failed