uv/crates/uv-auth/src
Zanie Blue 7ee90dc71f
Fix authentication with JFrog artifactories (#2592)
Closes #2566 

We were storing the username e.g. `charlie@astral.sh` as a
percent-encoded string `charlie%40astral.sh` which resulted in different
headers and broke JFrog's artifactory which apparently does not decode
usernames.

Tested with a JFrog artifactory and AWS CodeArtifact although it is
worth noting that AWS does _not_ have a username with an `@` — it'd be
nice to test another artifactory with percent-encoded characters in the
username and/or password.
2024-03-21 12:10:43 -05:00
..
keyring.rs Add support for retrieving credentials from `keyring` (#2254) 2024-03-13 15:02:18 -05:00
lib.rs chore: remove repetitive words (#2485) 2024-03-16 10:13:48 -04:00
middleware.rs Apply from-URL credentials in authentication middleware (#2449) 2024-03-15 16:21:37 +00:00
store.rs Fix authentication with JFrog artifactories (#2592) 2024-03-21 12:10:43 -05:00