File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ provider is used if no providers are configured.
10
10
11
11
Cargo also includes platform-specific providers that use the operating system to securely store
12
12
tokens. The ` cargo:token ` provider is also included which stores credentials in unencrypted plain
13
- text in the [ credentials] ( config.md#credentials ) file.
13
+ text in the [ credentials] ( config.md#credentials ) file.
14
14
15
15
## Recommended configuration
16
16
It's recommended to configure a global credential provider list in ` $CARGO_HOME/config.toml `
@@ -71,8 +71,12 @@ The Keychain Access app can be used to view stored tokens.
71
71
### ` cargo:libsecret `
72
72
Uses [ libsecret] ( https://wiki.gnome.org/Projects/Libsecret ) to store tokens.
73
73
74
- On GNOME, credentials can be viewed using [ GNOME Keyring] ( https://wiki.gnome.org/Projects/GnomeKeyring )
75
- applications.
74
+ Any password manager with libsecret support can be used to view stored tokens.
75
+ The following are a few examples (non-exhaustive):
76
+
77
+ - [ GNOME Keyring] ( https://wiki.gnome.org/Projects/GnomeKeyring )
78
+ - [ KDE Wallet Manager] ( https://apps.kde.org/en-gb/kwalletmanager5/ ) (since KDE Frameworks 5.97.0)
79
+ - [ KeePassXC] ( https://keepassxc.org/ ) (since 2.5.0)
76
80
77
81
### ` cargo:token-from-stdout <command> <args> `
78
82
Launch a subprocess that returns a token on stdout. Newlines will be trimmed.
You can’t perform that action at this time.
0 commit comments