Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Keyring ¶
type Keyring struct {
// contains filtered or unexported fields
}
Keyring provides secure storage for sensitive data using the system keyring. It implements the app.SecureStorage interface using generic key-value operations. On macOS it uses Keychain, on Windows it uses Credential Manager, on Linux it uses Secret Service.
func New ¶
New creates a new keyring scoped to the given environment. Migrates credentials from the old service name on first use.
Click to show internal directories.
Click to hide internal directories.