Update: 2026-06-24 16:12:30
This commit is contained in:
@@ -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)),
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user