Update: 2026-06-11 13:47:39
This commit is contained in:
@@ -67,7 +67,7 @@ try {
|
||||
$payload['fingerPrint'] = $fpHash;
|
||||
}
|
||||
|
||||
$secretKey = trim(file_get_contents('/home/intaleq-api/.secret_key'));
|
||||
$secretKey = trim(file_get_contents('/home/siro-api/.secret_key'));
|
||||
$jwt = Firebase\JWT\JWT::encode($payload, $secretKey, 'HS256');
|
||||
|
||||
jsonSuccess([
|
||||
|
||||
Reference in New Issue
Block a user