mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[PR #14] [MERGED] feat: use digest auth #419
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/sigoden/dufs/pull/14
Author: @sigoden
Created: 6/4/2022
Status: ✅ Merged
Merged: 6/4/2022
Merged by: @sigoden
Base:
main← Head:digest-auth📝 Commits (4)
4092a81feat: switch to digest auth28796aaimplement digest auth46710cecargo fmtc1dc5c4no lock📊 Changes
7 files changed (+316 additions, -24 deletions)
View changed files
📝
Cargo.lock(+66 -0)📝
Cargo.toml(+3 -0)📝
README.md(+1 -1)📝
src/args.rs(+6 -2)➕
src/auth.rs(+209 -0)📝
src/main.rs(+1 -0)📝
src/server.rs(+30 -21)📄 Description
webdav do not support basic auth, so we switch to digest auth.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.