simple Log In endpoint without encryption

This commit is contained in:
2025-09-22 23:58:07 +02:00
parent 3450c216c0
commit 007071cf12
14 changed files with 680 additions and 60 deletions

View File

@@ -16,6 +16,9 @@ r2d2 = "0.8"
r2d2_sqlite = "0.31.0"
dashmap = "6.1"
rusqlite = "0.37.0"
jsonwebtoken = "9.3.1"
dotenvy = "0.15.7"
chrono = "0.4.42"