fix: auth for admin
This commit is contained in:
parent
6fb90e42c3
commit
a2a0fe5510
9 changed files with 129 additions and 46 deletions
|
|
@ -24,6 +24,7 @@ leptos_router = { workspace = true }
|
|||
axum = { workspace = true, optional = true }
|
||||
axum-extra = { workspace = true, optional = true }
|
||||
sqlx = { workspace = true, optional = true }
|
||||
tower = { workspace = true, optional = true }
|
||||
tower-sessions = { workspace = true, optional = true }
|
||||
tower-sessions-sqlx-store = { workspace = true, optional = true }
|
||||
argon2 = { workspace = true, optional = true }
|
||||
|
|
@ -52,6 +53,7 @@ ssr = [
|
|||
"dep:axum",
|
||||
"dep:axum-extra",
|
||||
"dep:sqlx",
|
||||
"dep:tower",
|
||||
"dep:tracing",
|
||||
"dep:tower-sessions",
|
||||
"dep:tower-sessions-sqlx-store",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue