8000 [SecurityBundle] Add missing removed config options to upgrade guide by W0rma · Pull Request #53522 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[SecurityBundle] Add missing removed config options to upgrade guide #53522

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions UPGRADE-7.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,8 @@ SecurityBundle
--------------

* Enabling SecurityBundle and not configuring it is not allowed, either remove the bundle or configure at least one firewall
* Remove the `enable_authenticator_manager` config option
* Remove the `security.firewalls.logout.csrf_token_generator` config option, use `security.firewalls.logout.csrf_token_manager` instead
* Remove the `require_previous_session` config option from authenticators

Serializer
Expand Down
4 changes: 3 additions & 1 deletion src/Symfony/Bundle/SecurityBundle/CHANGELOG.md
6221
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ CHANGELOG
---

* Enabling SecurityBundle and not configuring it is not allowed
* Remove configuration options `enable_authenticator_manager`, `csrf_token_generator` and `require_previous_session`
* Remove the `enable_authenticator_manager` config option
* Remove the `security.firewalls.logout.csrf_token_generator` config option, use `security.firewalls.logout.csrf_token_manager` instead
* Remove the `require_previous_session` config option from authenticators

6.4
---
Expand Down
0