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

add JIT

Changed files
+1
+1
index.php
···
->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)))
->issuedAt($now)