tangled
alpha
login
or
join now
veryroundbird.house
/
smallbird-social
7
fork
atom
friendship ended with social-app. php is my new best friend
7
fork
atom
overview
issues
pulls
pipelines
remove issuer. also i can't spell
veryroundbird.house
4 months ago
77ecdbfc
7a00e2d6
-1
1 changed file
expand all
collapse all
unified
split
index.php
-1
index.php
···
210
210
$token = $token_builder
211
211
->withHeader('alg', 'ES256')
212
212
->withHeader('typ', 'JWT')
213
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)))