uv/crates/uv-auth
Zanie Blue dcf70a1f29
Include non-standard ports in keyring host queries (#4061)
Partially addresses https://github.com/astral-sh/uv/issues/4056

We were incorrectly omitting the port from requests to `keyring` when
falling back to a realm/host query, e.g. `localhost` was used instead of
`localhost:1234`. We still won't include "standard" ports like `80` for
an HTTP request.
2024-06-06 19:02:47 -05:00
..
src Include non-standard ports in keyring host queries (#4061) 2024-06-06 19:02:47 -05:00
Cargo.toml Only perform fetches of credentials for a realm once (#3237) 2024-04-24 09:53:44 -05:00