uv/crates/uv-auth/src
Zanie Blue 34dd8401ed
Fix retrieval of credentials for URLs from cache (#6452)
While working on https://github.com/astral-sh/uv/pull/6389 I discovered
we never checked `cache.get_url` here, which is wrong — though I don't
think it had much effect in practice since the realm would typically
match first. The main problem is that when we call `get_url` later we
hard-code the username to `None` because we assume we checked up here
with the username if present.
2024-08-22 19:00:58 -05:00
..
cache.rs Use FxHash in uv-auth (#6149) 2024-08-16 13:14:51 -04:00
credentials.rs Fix retrieval of credentials for URLs from cache (#6452) 2024-08-22 19:00:58 -05:00
keyring.rs Enable workspace lint configuration in remaining crates (#4329) 2024-06-18 03:02:28 +00:00
lib.rs Redact Git credentials from pyproject.toml (#6074) 2024-08-14 01:30:02 +00:00
middleware.rs Fix retrieval of credentials for URLs from cache (#6452) 2024-08-22 19:00:58 -05:00
realm.rs Fix authentication for URLs with a shared realm (#3130) 2024-04-22 13:06:57 -05:00