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

fix issued by info

Changed files
+1 -1
+1 -1
index.php
···
$token = $token_builder
->withHeader('alg', 'ES256')
->withHeader('typ', 'JWT')
-
->withClaim('iss', $userInfo->did)
+
->issuedBy($userInfo->did)
->withClaim('sub', 'https://'.SITE_DOMAIN.CLIENT_ID)
->withClaim('aud', 'did:web:'.str_replace("/", str_replace("https://", $pds)))
->withClaim('iat', strtotime('now'))