1
0
forked from 409/chat-app

auth middleware + message history

This commit is contained in:
2025-06-08 21:29:06 +02:00
parent 4f03cde9b5
commit 368ae7209c
12 changed files with 888 additions and 57 deletions

View File

@@ -15,3 +15,5 @@ axum_typed_multipart = "0.16.2"
serde_json = "1.0.140"
chrono = { version = "0.4.41", features = ["serde"] }
jsonwebtoken = "9.3.1"
sqlx = { version = "0.8.6", features = ["chrono", "postgres", "runtime-tokio"] }
dotenv = "0.15.0"