security: remove hardcoded secret key and improve key handling
All checks were successful
Android Build Final Fixed / build-android (push) Successful in 7m27s

This commit is contained in:
2026-01-30 22:39:13 +01:00
parent 88e7d0cf6b
commit f18285b853
2 changed files with 17 additions and 7 deletions

View File

@@ -21,6 +21,7 @@ easy-nostr = { path = "./easy-nostr" }
tokio = { version = "1", features = ["full"] }
feed-rs = "2.3.1"
ron = "0.8"
nostr-sdk = "0.44.1"
# FIX: default-features entfernt und rustls-tls hinzugefügt
reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls"] }