Skip to content

Commit

Permalink
experiment for #45
Browse files Browse the repository at this point in the history
This uses a modified version of `http-auth` which swaps the `uri` and
`nonce` parameters. Let's see if that helps...
  • Loading branch information
scottlamb committed Dec 29, 2023
1 parent 934cc3d commit f105296
Showing 2 changed files with 18 additions and 13 deletions.
29 changes: 17 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ bytes = "1.0.1"
futures = "0.3.14"
h264-reader = "0.6.0"
hex = "0.4.3"
http-auth = "0.1.2"
http-auth = { git = "https://github.com/scottlamb/http-auth", branch = "retina-issue-45-experiment" }
log = "0.4.8"
once_cell = "1.7.2"
pin-project = "1.0.7"

0 comments on commit f105296

Please sign in to comment.