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

fix iss field

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