esi lookup helper
This commit is contained in:
@@ -183,6 +183,7 @@ class Esi {
|
|||||||
$authentication = new EsiAuthentication([
|
$authentication = new EsiAuthentication([
|
||||||
'client_id' => $config['client_id'],
|
'client_id' => $config['client_id'],
|
||||||
'secret' => $config['secret'],
|
'secret' => $config['secret'],
|
||||||
|
'token_expires' => date('Y-m-d H:i:s', time() + 600),
|
||||||
]);
|
]);
|
||||||
} else {
|
} else {
|
||||||
$authentication = new EsiAuthentication([
|
$authentication = new EsiAuthentication([
|
||||||
|
|||||||
Reference in New Issue
Block a user