chore: encrypt tenant NWC URL at rest and stop secret exposure in tenant APIs

This commit is contained in:
2026-05-02 17:05:54 +05:45
parent b1e3747ddb
commit c8de877c17
15 changed files with 197 additions and 16 deletions
+1
View File
@@ -24,6 +24,7 @@ hmac = "0.12"
sha2 = "0.10"
dotenvy = "0.15.7"
base64 = "0.22"
chacha20poly1305 = { version = "0.10", features = ["std"] }
[dev-dependencies]
tower = { version = "0.5", features = ["util"] }