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

maybe just use pds value?

Changed files
+1 -1
+1 -1
index.php
···
->issuedBy('https://'.SITE_DOMAIN.CLIENT_ID)
->identifiedBy(uniqid())
->relatedTo('https://'.SITE_DOMAIN.CLIENT_ID)
-
->permittedFor('did:web:'.str_replace("/", "", str_replace("https://", "", $pds)))
->issuedAt($now)
->getToken($algorithm, $signing_key);
$client = new GuzzleHttp\Client([
···
->issuedBy('https://'.SITE_DOMAIN.CLIENT_ID)
->identifiedBy(uniqid())
->relatedTo('https://'.SITE_DOMAIN.CLIENT_ID)
+
->permittedFor($pds)
->issuedAt($now)
->getToken($algorithm, $signing_key);
$client = new GuzzleHttp\Client([