Update: 2026-06-24 16:12:30

This commit is contained in:
Hamza-Ayed
2026-06-24 16:12:30 +03:00
parent 89dca66892
commit 6866e2171b

View File

@@ -61,7 +61,7 @@ try {
'token_type' => 'registration', 'token_type' => 'registration',
'exp' => time() + 150, // 150 ثانية 'exp' => time() + 150, // 150 ثانية
'iat' => time(), 'iat' => time(),
'iss' => 'Tripz', 'iss' => getenv('APP_ISSUER') ?: 'Tripz',
'aud' => $audience, 'aud' => $audience,
'jti' => bin2hex(random_bytes(16)), 'jti' => bin2hex(random_bytes(16)),
]; ];