security: add HMAC session validation to all Edge Functions

- create-offer-telegram: HMAC token + restricted CORS
- get-my-offers: HMAC token + restricted CORS
- verify-deposit-telegram: HMAC token + restricted CORS
- process-withdraw: restricted CORS (cron/admin only)
This commit is contained in:
2026-02-06 04:55:02 +03:00
parent 3f8c8f4311
commit 55be8a2a43
6 changed files with 234 additions and 37 deletions
+3 -3
View File
@@ -1,5 +1,5 @@
{
"version": "1.0.119",
"buildTime": "2026-02-06T01:34:49.512Z",
"buildNumber": 1770341689513
"version": "1.0.120",
"buildTime": "2026-02-06T01:55:02.762Z",
"buildNumber": 1770342902762
}