FIX_ISSUE
This commit is contained in:
parent
6cc12a8731
commit
bad9a267fe
@ -92,7 +92,8 @@ class RestAuthenticationController extends AdminController
|
|||||||
if (isset($params['token']) && !empty($params['token'])) {
|
if (isset($params['token']) && !empty($params['token'])) {
|
||||||
$options['headers'] = [
|
$options['headers'] = [
|
||||||
'Authorization' => 'Bearer ' . $params['token'],
|
'Authorization' => 'Bearer ' . $params['token'],
|
||||||
'Accept' => 'application/json'
|
'Accept' => 'application/json',
|
||||||
|
'App-Signature' => getenv('APP_SIGNATURE'),
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user