You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered:
Version(s) affected
4.0.2
Description
In node
jose.jwe.builders.default
the keyskey_encryption_algorithms
andcontent_encryption_algorithms
are deprecated in favor ofencryption_algorithms
since 3.3.0, removed in 4.0.0RuntimeError('Key "key_encryption_algorithms" for sequence/mapping with keys "encryption_algorithms" does not exist.')
in profilerHow to reproduce
Enable and open
Symfony Profiler
and navigate toJWT-Framework
panel.Possible Solution
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: