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

remove issuer. also i can't spell

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