nelmio / NelmioSecurityBundle

Adds extra security-related features in your Symfony application
https://symfony.com/bundles/NelmioSecurityBundle/
MIT License
651 stars 85 forks source link

Deprecate the default signed cookie algorithm #355

Closed martijnc closed 2 months ago

martijnc commented 2 months ago

Deprecate the default value for the signed_cookie.hash_algo configuration value (currently "sha256") in preparation for a change in 4.0.

Relates to #324.

Seldaek commented 2 months ago

Thanks