feat: with persistent session state

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-05-28 15:34:36 +02:00
parent 1e38b2838c
commit 746fb68684
9 changed files with 661 additions and 232 deletions

View File

@@ -24,6 +24,7 @@ sqlx.workspace = true
anyhow.workspace = true
dotenv.workspace = true
tracing.workspace = true
async-sqlx-session.workspace = true
zitadel = { version = "3.3.1", features = ["axum"] }
tower = "0.4.13"