mirror of
https://github.com/LeNei/axum-sqlx-template.git
synced 2026-02-13 22:56:19 +00:00
add base auth implementation
This commit is contained in:
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user