[PR #14] [MERGED] feat: use digest auth #419

Closed
opened 2026-04-08 16:52:50 +03:00 by zhus · 0 comments
Owner

📋 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: mainHead: digest-auth


📝 Commits (4)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/sigoden/dufs/pull/14 **Author:** [@sigoden](https://github.com/sigoden) **Created:** 6/4/2022 **Status:** ✅ Merged **Merged:** 6/4/2022 **Merged by:** [@sigoden](https://github.com/sigoden) **Base:** `main` ← **Head:** `digest-auth` --- ### 📝 Commits (4) - [`4092a81`](https://github.com/sigoden/dufs/commit/4092a819489c4356238aa951c18489bd5c7ccc54) feat: switch to digest auth - [`28796aa`](https://github.com/sigoden/dufs/commit/28796aa6a40ec1ec62ecfe2051f14869ed492702) implement digest auth - [`46710ce`](https://github.com/sigoden/dufs/commit/46710ce419392cfe1b07618d626c5aa3427c0834) cargo fmt - [`c1dc5c4`](https://github.com/sigoden/dufs/commit/c1dc5c4e518739e1e4c2cd57b1f83498dbd9ca4c) no lock ### 📊 Changes **7 files changed** (+316 additions, -24 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description webdav do not support basic auth, so we switch to digest auth. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
zhus added the pull-request label 2026-04-08 16:52:50 +03:00
zhus closed this issue 2026-04-08 16:52:50 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sigoden/dufs#419