Last updated 9 months ago
Was this helpful?
Encryption algorithms are automatically handled by the Algorithm Manager Factory.
,
.
You can use symfony/serializer to serialize/unserialize your tokens:
symfony/serializer
// $serializer corresponds to the Symfony serializer $serializer->serialize($data, 'jwe_compact');