Skip to content

Commit

Permalink
Merge pull request #176 from ducaale/digest-auth
Browse files Browse the repository at this point in the history
Add support for Digest authentication
  • Loading branch information
ducaale authored Nov 14, 2021
2 parents f588b08 + 5614dff commit bc744ec
Show file tree
Hide file tree
Showing 12 changed files with 670 additions and 244 deletions.
93 changes: 93 additions & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ base64 = "0.13"
bytes = "1.0.1"
cookie_crate = { version = "0.15", package = "cookie" }
cookie_store = { version = "0.15.0" }
digest_auth = "0.3.0"
dirs = "3.0.1"
encoding_rs = "0.8.28"
encoding_rs_io = "0.1.7"
Expand Down
Loading

0 comments on commit bc744ec

Please sign in to comment.