1
0
mirror of https://github.com/CCC-MF/bwhc-kafka-rest-proxy.git synced 2025-07-03 00:42:53 +00:00

feat: require token as http basic auth

This commit is contained in:
2024-03-08 13:24:59 +01:00
parent 92c2286174
commit 2b77a6b064
4 changed files with 121 additions and 13 deletions

View File

@ -36,6 +36,12 @@ features = [ "cmake-build", "libz-static" ]
version = "1.7"
features = [ "v4" ]
[dependencies.base64]
version = "0.22"
[dependencies.bcrypt]
version = "0.15"
[dependencies.bwhc-dto]
git = "https://github.com/ccc-mf/bwhc-dto-rs"
branch = "master"