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

fix iss field

Changed files
+1
+1
index.php
···
$token = $token_builder
->withHeader('alg', 'ES256')
->withHeader('typ', 'JWT')
+
->issuedBy('https://'.SITE_DOMAIN.CLIENT_ID)
->identifiedBy(uniqid())
->relatedTo('https://'.SITE_DOMAIN.CLIENT_ID)
->permittedFor('did:web:'.str_replace("/", "", str_replace("https://", "", $pds)))