diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2023-08-21 03:06:07 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-21 03:06:07 +0000 |
commit | 1b522e42b4f33f4ba3388b18daf8e264da52cb23 (patch) | |
tree | f3bb688f1b4db9589313e6d3a27b824d8c4564a9 /tests/data | |
parent | Bump deps (diff) | |
parent | Add tests for `--auth-file` flag (diff) | |
download | miniserve-1b522e42b4f33f4ba3388b18daf8e264da52cb23.tar.gz miniserve-1b522e42b4f33f4ba3388b18daf8e264da52cb23.zip |
Merge pull request #1179 from proudmuslim-dev/master
Add ability to read auth from file
Diffstat (limited to 'tests/data')
-rw-r--r-- | tests/data/auth1.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/data/auth1.txt b/tests/data/auth1.txt new file mode 100644 index 0000000..3744d61 --- /dev/null +++ b/tests/data/auth1.txt @@ -0,0 +1,3 @@ +joe:123 +bob:sha256:a665a45920422f9d417e4867efdc4fb8a04a1f3fff1fa07e998e86f7f7a27ae3 +bill: |