update to support user expire, timeout, and disconnect
This commit is contained in:
parent
fe65835f4a
commit
5fcd49e847
16 changed files with 744 additions and 238 deletions
|
|
@ -15,6 +15,7 @@ chattyness-admin-ui.workspace = true
|
|||
chattyness-user-ui.workspace = true
|
||||
chattyness-db.workspace = true
|
||||
chattyness-error.workspace = true
|
||||
chattyness-shared.workspace = true
|
||||
leptos.workspace = true
|
||||
leptos_meta.workspace = true
|
||||
leptos_router.workspace = true
|
||||
|
|
@ -57,6 +58,7 @@ ssr = [
|
|||
"chattyness-user-ui/ssr",
|
||||
"chattyness-db/ssr",
|
||||
"chattyness-error/ssr",
|
||||
"chattyness-shared/ssr",
|
||||
]
|
||||
# Unified hydrate feature - admin routes are lazy-loaded via #[lazy] macro
|
||||
hydrate = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue