add base auth implementation

This commit is contained in:
LeNei
2023-05-12 20:43:55 +02:00
parent d70b2f37cc
commit 88dcf42286
11 changed files with 731 additions and 6 deletions

View File

@@ -31,3 +31,6 @@ tower-http = { version = "0.4.0", features = ["trace", "cors"] }
http = "0.2"
hyper = { version = "0.14", features = ["full"] }
anyhow = "1.0"
jsonwebtoken = {version = "8", default-features = false }
thiserror = "1.0"
reqwest = { version = "0.11", features = ["json"] }