friendship ended with social-app. php is my new best friend

does this work

Changed files
+1 -1
+1 -1
index.php
···
->identifiedBy(uniqid())
->relatedTo('https://'.SITE_DOMAIN.CLIENT_ID)
->permittedFor($pds)
-
->issuedAt($now)
+
->issuedAt($now->modify('-5 seconds'))
->getToken($algorithm, $signing_key);
$client = new GuzzleHttp\Client([
'verify' => true,