wip: work on auth
This commit is contained in:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user