Expand description
Persisted CLI authentication sessions, keyed per local or per tenant.
Exposes SessionKey (the local-or-tenant discriminator used as a storage
key), the CliSession record and its CliSessionBuilder, and the
SessionStore that loads and saves sessions on disk.
Copyright (c) systemprompt.io — Business Source License 1.1. See https://systemprompt.io for licensing details.
Structs§
- CliSession
- CliSession
Builder - Session
Binding - The profile a session belongs to, paired with the issuer its token was minted under. The two always travel together — a session is only reusable when both still match the loaded profile.
- Session
Identity - Session
Store