Signed Tokens
composer require web-token/jwt-signature// $serializer corresponds to the Symfony serializer
$serializer->serialize($data, 'jws_compact');Last updated
Was this helpful?
composer require web-token/jwt-signature// $serializer corresponds to the Symfony serializer
$serializer->serialize($data, 'jws_compact');Last updated
Was this helpful?
Was this helpful?