You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #6253 [Security] Include guard firewall configuration sample. (calinpristavu)
This PR was submitted for the master branch but it was merged into the 2.8 branch instead (closes#6253).
Discussion
----------
[Security] Include guard firewall configuration sample.
As per "`config:dump-reference symfony`" output, add the guard firewall configuration to the sample security configuration file.
`guard:
# A key from the "providers" section of your security config, in case your user provider is different than the firewall
provider: ~
# A service id (of one of your authenticators) whose start() method should be called when an anonymous user hits a page that requires authentication
entry_point: null
# An array of service ids for all of your "authenticators"
authenticators: []
`
Commits
-------
63c57dd [Security] Include guard firewall configuration sample.
0 commit comments