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

remove issuer. also i can't spell

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