feat: Implement health checks, rate limiting, and security headers for services, update Node.js versions, and add Prettier configuration for frontend.

This commit is contained in:
2026-03-12 17:09:05 -03:00
parent 5e3db5f2a2
commit f9f1238310
21 changed files with 966 additions and 109 deletions
+3
View File
@@ -17,6 +17,7 @@ tracing.workspace = true
tracing-subscriber.workspace = true
dotenvy.workspace = true
tower-http.workspace = true
tower_governor.workspace = true
reqwest.workspace = true
bcrypt.workspace = true
jsonwebtoken.workspace = true
@@ -25,6 +26,8 @@ sha2.workspace = true
hex.workspace = true
openidconnect.workspace = true
anyhow.workspace = true
thiserror.workspace = true
http.workspace = true
zip = "0.6"
mime_guess = "2.0"
base64 = "0.22.1"