wip: work on auth

This commit is contained in:
2024-07-14 07:58:39 +02:00
parent b029b4b975
commit c78e386645
7 changed files with 102 additions and 27 deletions
+3
View File
@@ -28,6 +28,8 @@ sea-orm = { version = "0.12.10", features = [
sqlformat = { version = "0.2.2", optional = true }
anyhow = "1.0.75"
axum = "0.7"
axum-login = "0.15.3"
axum-messages = "0.6.1"
barrel = { version = "0.7.0", optional = true, features = ["pg"] }
dotenvy = "0.15.7"
mime_guess = "2.0.4"
@@ -56,3 +58,4 @@ tracing = "0.1.40"
tower-http = { version = "0.5.1", features = ["trace"] }
chrono = "0.4.38"
thiserror = "1.0.61"
tower-sessions = { version = "0.12.2" }