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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user