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