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:
@ -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"
|
Reference in New Issue
Block a user