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

i hate this

Changed files
+2 -1
+2 -1
index.php
···
use DateTimeImmutable;
use Lcobucci\JWT\Builder;
use Lcobucci\JWT\JwtFacade;
-
use Lcobucci\JWT\Signer\Hmac\Sha256;
+
use Lcobucci\JWT\Signer\Ecdsa\Sha256;
use Lcobucci\JWT\Signer\Key\InMemory;
use Smallnest\Bsky\BskyProvider;
···
->withClaim('aud', 'did:web:'.str_replace("/", str_replace("https://", $pds)))
->withClaim('iat', strtotime('now'))
->getToken($algorithm, $signing_key);
+
print_r($token->toString());
/*$jwt_header = base64_encode(json_encode([
'alg' => 'ES256',