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

@ -7,3 +7,8 @@ edition.workspace = true
chattyness-error.workspace = true
regex.workspace = true
serde.workspace = true
toml.workspace = true
[features]
default = []
ssr = []