TypeScript SDK
The TypeScript SDK is a Node.js-only public TrustPlane Auth SDK preview package. It is available as a preview release candidate:
npm install @trustplane/auth-sdk@0.1.0-rc.1
The package is for Node.js callers that need to sign proof-bound requests before sending them through a TrustPlane Auth adapter or verifier path.
Scope
The TypeScript SDK signs caller-side request proofs. It provides helpers for transcript-v1 canonicalization, body SHA-256 values, passport-bound field handling, and adapter-ready TrustPlane headers.
The preview is Node.js-only. Do not treat it as browser or edge runtime support.
It is not a verifier, enrollment client, Control API client, gateway plugin, broker, or runtime deployment package. It does not add gateway plugin behavior, broker behavior, enrollment behavior, Control API behavior, or verifier decisions. Keep verifier and policy decisions in the TrustPlane Auth adapter or service verification path.
Install
Pin the exact preview version:
npm install @trustplane/auth-sdk@0.1.0-rc.1
Preview posture
0.1.0-rc.1 is a preview release candidate. Pin the exact package version and use the shared
conformance vectors to check transcript and signing behavior.
Python remains planned next; do not treat a Python package as available yet.