mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[PR #283] [MERGED] feat: support hashed password #548
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/283
Author: @sigoden
Created: 11/4/2023
Status: ✅ Merged
Merged: 11/4/2023
Merged by: @sigoden
Base:
main← Head:feat-hashed-password📝 Commits (1)
b02d747feat: support hashed password📊 Changes
6 files changed (+112 additions, -19 deletions)
View changed files
📝
Cargo.lock(+30 -5)📝
Cargo.toml(+2 -1)📝
README.md(+24 -1)📝
src/auth.rs(+29 -11)📝
src/server.rs(+1 -1)📝
tests/auth.rs(+26 -0)📄 Description
DUFS supports the use of sha-512 hashed password.
Create hashed password
Use hashed password
Two important things for hashed passwords:
$6$.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.