uv/crates/uv-auth
John Mumm 4ea44bec0a
Ensure cached realm credentials are applied if no password is found for index URL (#13463)
We were not correctly falling back to cached realm credentials when an
index URL was provided with only a username. This came up in a [later
comment](https://github.com/astral-sh/uv/issues/13443#issuecomment-2881115301)
on #13443 where credentials in a pip extra index in `uv.toml` were being
ignored when the same URL (but with only a username) was used at the
command line for `--extra-index-url`. I've added a test to catch this
case.

Closes #13443
2025-05-15 13:36:18 +02:00
..
src Ensure cached realm credentials are applied if no password is found for index URL (#13463) 2025-05-15 13:36:18 +02:00
Cargo.toml Obfuscate username in tracing URL (#12969) 2025-04-19 11:11:41 +02:00