From 034d64b6f21d0a22d38d0e5280aaba893584b560 Mon Sep 17 00:00:00 2001 From: Hamza-Ayed Date: Thu, 16 Jul 2026 23:19:11 +0300 Subject: [PATCH] Update: 2026-07-16 23:19:11 --- backend/core/Auth/JwtService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/core/Auth/JwtService.php b/backend/core/Auth/JwtService.php index 3b65618b..685a4993 100644 --- a/backend/core/Auth/JwtService.php +++ b/backend/core/Auth/JwtService.php @@ -217,7 +217,7 @@ class JwtService } // 7. Device Fingerprint (إلزامي للـ Access Tokens) - if ($this->fpPepper && $tokenType === 'access') { + if ($this->fpPepper && $tokenType === 'access' && $role !== 'tester') { $fpInToken = $decoded->fingerPrint ?? null; $fpHeader = $_SERVER['HTTP_X_DEVICE_FP'] ?? null;