Closed
Description
Version(s) affected
4.0.2
Description
In node jose.jwe.builders.default
the keys key_encryption_algorithms
and content_encryption_algorithms
are deprecated in favor of encryption_algorithms
since 3.3.0, removed in 4.0.0
- documentation for 4.0 still contains examples using the deprecated keys
- templates in web-token/jwt-bundle/Resources/views/data_collector still use the deprecated keys, resulting
RuntimeError('Key "key_encryption_algorithms" for sequence/mapping with keys "encryption_algorithms" does not exist.')
in profiler
How to reproduce
Enable and open Symfony Profiler
and navigate to JWT-Framework
panel.
Possible Solution
No response
Additional Context
No response