Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/configuration/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ If authentication is found for a single net location (scheme, host, and port), i
the duration of the command and used for other queries to that net location. Authentication is not
cached across invocations of uv.

`.netc` authentication is enabled by default, and will respect the `NETRC` environment variable if
`.netrc` authentication is enabled by default, and will respect the `NETRC` environment variable if
defined, falling back to `~/.netrc` if not.

To enable keyring-based authentication, pass the `--keyring-provider subprocess` command-line
Expand Down