Skip to main content

Crate origin_secrets

Crate origin_secrets 

Source
Expand description

Credential storage as a port (ADR-0008).

Tokens never go into the application database. They go here, and the concrete backend is the OS keychain wherever one exists.

Structs§

MemorySecretStore
In-memory secret store for tests and for the headless/CI path.
Secret
A secret value.
SecretKey
Addresses one secret.

Traits§

SecretStore
Persistent credential storage.