-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Form+SecurityBundle] Trigger deprecation for csrf_provider+intention options #16704
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -74,8 +74,8 @@ public function testCsrfAliases() | |
'firewalls' => array( | ||
'stub' => array( | ||
'logout' => array( | ||
'csrf_provider' => 'a_token_generator', | ||
'intention' => 'a_token_id', | ||
'csrf_token_generator' => 'a_token_generator', | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think we should keep a configuration with There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @xabbuh can you do it please? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. see #16718 |
||
'csrf_token_id' => 'a_token_id', | ||
), | ||
), | ||
), | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
intention
should be renamed tocsrf_token_id
tooThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I removed the beforeNormalizer for "intention": there is not "intention" in this configuration section