-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Add docs for the Firewall Config class #7164
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
Comments
Use cases for accessing the firewall configs are probably too limited right now, so I don't think it worth documenting it. Your blog post is probably perfect and enough for mentioning this feature. Plus, if more use cases are discovered, we may rework some parts (see symfony/symfony#20591) which will expose a different entrypoint. cc @chalasr |
@ogizanagi is right about that use cases are limited but I would say it's still good to have in the documentation because of the considerable number of existing support questions and issues for which a small mention about this feature would have been useful:
Even if it's just about documenting what is actually possible to do on this subject so it would be clear what is not, and give the right way to do (especially since using the security token Maybe we could start by adding a small mention in the bundle documentation and make it grows as we improve the feature (I feel it could be useful to add some more informations about the registered listeners for instance, but let's wait for concrete use cases). If nobody pick it I can give it a try asap |
@chalasr documenting this won't be easy for me. If you want to give a try, I can help you later polishing the docs if needed. Thanks! |
Fixed by #9207. |
symfony/symfony#19398 introduced a FirewallConfig class accessible from FirewallContext. Should we document it or at leas mention it?
The text was updated successfully, but these errors were encountered: