update to support user expire, timeout, and disconnect

This commit is contained in:
Evan Carroll 2026-01-17 23:47:02 -06:00
parent fe65835f4a
commit 5fcd49e847
16 changed files with 744 additions and 238 deletions

View file

@ -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 = [