add simple authentication by secret
Some checks are pending
continuous-integration/drone/push Build is running

This commit is contained in:
Johannes Heuel
2022-09-20 21:49:52 +02:00
parent 68fe42f7c1
commit 40ff666318
4 changed files with 97 additions and 49 deletions

1
Cargo.lock generated
View File

@@ -1903,6 +1903,7 @@ dependencies = [
"actix-web",
"clap",
"env_logger",
"futures",
"log",
"serde_json",
"zoidberg_lib",