fix(auth): fix MsgPack serialization by adding missing feature in backend and reverting to individual arguments
All checks were successful
Build MIPS Binary / build (push) Successful in 5m15s

This commit is contained in:
spinline
2026-02-11 22:03:46 +03:00
parent a877e0c393
commit 09a4c69282
2 changed files with 7 additions and 1 deletions

6
.gitignore vendored
View File

@@ -8,3 +8,9 @@ backend.log
.runner
.env
backend/.env
*.db
*.db-shm
*.db-wal
*.sqlite
*.sqlite-shm
*.sqlite-wal

View File

@@ -44,6 +44,6 @@ tower_governor = "0.8.0"
governor = "0.10.4"
# Leptos
leptos = { version = "0.8.15", features = ["nightly"] }
leptos = { version = "0.8.15", features = ["nightly", "msgpack"] }
leptos_axum = { version = "0.8.7" }
jsonwebtoken = "9"