Skip to content

Commit 614843a

Browse files
quinnjrclaude
andcommitted
docs: align registry-authentication.md platform wording with crate README
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 9de544f commit 614843a

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

src/doc/src/reference/registry-authentication.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,10 @@ The Keychain Access app can be used to view stored tokens.
5555
### `cargo:libsecret`
5656
Uses [libsecret](https://wiki.gnome.org/Projects/Libsecret) to store tokens.
5757

58-
This provider is available on Unix-like platforms, including Linux and the
59-
BSDs — except macOS, which uses its OS-specific keyring via
60-
[`cargo:macos-keychain`](#cargomacos-keychain), and mobile platforms (iOS,
61-
Android, and similar), where libsecret does not exist. The `libsecret` library
62-
is loaded at runtime, so it only needs to be installed when this provider is
63-
used.
58+
It is available on Unix-like platforms such as Linux and the BSDs.
59+
Apple and mobile platforms either use their OS-specific keyring,
60+
or libsecret doesn't exist there. The `libsecret` library is loaded at
61+
runtime, so it only needs to be installed when this provider is used.
6462

6563
Any password manager with libsecret support can be used to view stored tokens.
6664
The following are a few examples (non-exhaustive):

0 commit comments

Comments
 (0)