Added user login, logout and creation functionality

Also minor changes to ticketing and AppState
This commit is contained in:
2026-04-24 19:46:02 +02:00
parent fe04483e76
commit 51b6f89df2
10 changed files with 226 additions and 16 deletions

1
backend/Cargo.lock generated
View File

@@ -148,6 +148,7 @@ dependencies = [
"serde",
"serde_json",
"sqlx",
"time",
"tokio",
]