diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2019-04-27 03:56:44 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-27 03:56:44 +0000 |
commit | 0a335c7d085c7cfafd6e12fcbb5d268a4c3fb020 (patch) | |
tree | 7b6a13aec67f7c5d42ae842dce8edd8be4078209 | |
parent | Merge pull request #84 from KSXGitHub/patch-1 (diff) | |
download | miniserve-0a335c7d085c7cfafd6e12fcbb5d268a4c3fb020.tar.gz miniserve-0a335c7d085c7cfafd6e12fcbb5d268a4c3fb020.zip |
Describe hashed password feature in README
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ Sometimes this is just a more practical and quick way than doing things properly - Easy to use - Just works: Correct MIME types handling out of the box - Single binary drop-in with no extra dependencies required -- Authentication support with username and password +- Authentication support with username and password (and hashed password) - Mega fast and highly parallel (thanks to [Rust](https://www.rust-lang.org/) and [Actix](https://actix.rs/)) - Folder download (compressed in .tar.gz) - File uploading |