service add APP_SIGNATURE_SERVICE 1

This commit is contained in:
Hamza-Ayed
2026-05-02 16:15:06 +03:00
parent e10ee5989f
commit 070fca9891
2 changed files with 7 additions and 0 deletions

View File

@@ -267,6 +267,8 @@ class JwtService
error_log("[SECURITY] HMAC mismatch | user: $userId | IP: " . ($_SERVER['REMOTE_ADDR'] ?? '?'));
self::abort(403, 'Invalid HMAC signature');
}
}
return $decoded;