forked from 409/chat-app
auth middleware + message history
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user