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

View File

@@ -15,3 +15,4 @@ serde_json = "1.0"
clap = "3.2"
env_logger = "0.9"
log = "0.4"
futures = "0.3.24"