Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[SecurityBundle] Make enable_authenticator_manager true as there is no other way in Symfony 6#44554
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
src/Symfony/Bundle/SecurityBundle/DependencyInjection/MainConfiguration.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
wouterj left a comment
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.
We're a bit stricter with what is considered a bugfix or a feature, and given there was no bug before (just an oddity) I think we should call this a feature and target 6.1.
That would also allow us to immediately deprecating setting this option (I think there is a build indeprecate() method for this). This also resolves the description question 🙂
What do you think?
nicolas-grekas left a comment
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.
(after the message is removed)
nicolas-grekas commentedDec 11, 2021
I missed your comment@wouterj :) |
wouterj commentedDec 11, 2021
Alright, I'm OK with having this in 6.0😉 |
wouterj commentedDec 12, 2021
Thanks Alexander! |
…s (alexander-schranz)This PR was merged into the 6.0 branch.Discussion----------Remove "enable_authenticator_manager" from Symfony 6 docsSeesymfony/symfony#44554 to avoid confusion that there is something else.Commits-------df24637 Remove "enable_authenticator_manager" from Symfony 6 docs
Did read the new docs and I was confused about:
as I thought thats the default now and there is no other way. And that seems to case as if you set it to false it will error in:
symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php
Lines 93 to 95 in6ab662b
So I would remove the
enable_authenticator_manageralso from the 6.0 docs and make this just the default to avod confusion here.