-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[SecurityBundle] add missing logout_on_user_change options #25461
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
Conversation
Q | A |
---|---|
Branch? | 3.4 |
Bug fix? | yes |
New feature? | no |
BC breaks? | no |
Deprecations? | no |
Tests pass? | yes |
Fixed tickets | |
License | MIT |
Doc PR |
I am just a bit confused that this did not fail earlier. |
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.
Me too 🤔
Good catch, thanks @xabbuh. |
…ns (xabbuh) This PR was merged into the 3.4 branch. Discussion ---------- [SecurityBundle] add missing logout_on_user_change options | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | Commits ------- fde1f48 add missing logout_on_user_change options
This is annoying when you want to support both <= 3.4 (where the option doesn't exist at all) and >=3.4 (where it's mandatory to set the option). |
Is it possible to enable this flag in PHP (to do it using feature detection)? |
Here is a workaround: api-platform/core#1566 |