wip: implementing auth further

This commit is contained in:
2024-07-10 17:49:45 +02:00
parent e19d5db7c6
commit b029b4b975
11 changed files with 418 additions and 204 deletions
+2
View File
@@ -23,6 +23,8 @@ sea-orm = { version = "0.12.10", features = [
"sqlx-postgres",
] }
axum-login = "0.15.3"
axum-messages = "0.6.1"
async-trait = "0.1.80"
password-auth = "1.0.0"
thiserror = "1.0.61"
blake3 = "1.5.1"