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

View File

@@ -14,3 +14,4 @@ dotenv = "0.15.0"
chrono = { version = "0.4.44", features = ["serde"] }
jsonwebtoken = "10.3.0"
argon2 = "0.5.3"
time = "0.3.47"