feat: Add frontend 401 unauthorized handling and update backend to async Rocket main.

This commit is contained in:
2025-12-03 12:16:49 +01:00
parent 926926f357
commit f9a4dd0851
4 changed files with 48 additions and 4 deletions
+1
View File
@@ -11,6 +11,7 @@ bytes = "1"
rocket_prost_responder_derive = { path = "rocket_prost_responder_derive" }
uuid = { version = "1.10.0", features = ["v4"] }
bcrypt = "0.17.1"
bincode = "2.0.1"
[build-dependencies]
prost-build = "0.14.1"