Added auth route (temp api key route)

This commit is contained in:
2024-12-19 19:54:05 -05:00
parent 4840c7c001
commit a97505ea5e
15 changed files with 288 additions and 137 deletions

View File

@@ -27,7 +27,6 @@ rand_chacha = "0.3.1"
tokio = { version = "1.42.0", features = ["macros", "rt-multi-thread", "signal"] }
regex = "1.11.0"
axum = "0.7.7"
axum-extra = { version = "0.9.6", features = ["typed-header"] }
lazy_static = "1.5.0"
futures = "0.3.31"
axum-login = "0.16.0"
sqlx-postgres = "0.8.2"
jsonwebtoken = "9.3.0"