[2.8] Add "How to Use Multiple Guard Authenticators" cookbook documentation#5886
[2.8] Add "How to Use Multiple Guard Authenticators" cookbook documentation#5886marek-pietrzak-tg wants to merge 6 commits intosymfony:2.8from
Conversation
There was a problem hiding this comment.
Missing empty line before this line
|
Any thoughts on this? |
| How to Use Multiple Guard Authenticators | ||
| ======================================== | ||
|
|
||
| Guard authentication component allows you to easily use many different authenticators at a time. |
|
I am really sorry that we missed to review your pull request for such a long time @mheki! This looks really great and I just left you some minor comments. |
| <!-- ... --> | ||
| <firewall name="default"> | ||
| <anonymous /> | ||
| <guard entry_point="app.form_login_authenticator"> |
There was a problem hiding this comment.
should be entry-point (XML conventions are to not use underscores and the XmlFileLoader takes care of transforming all dashes into underscores)
|
Looks great, thanks for submitting the docs and your quick response @mheki! 👍 I think we should add a |
|
Hmmm... I've just seen your commit |
|
@mheki yeah, for the 3.0 + master branch. I think it still makes sense for the 2.8 branch. |
d41c659 to
a2ca764
Compare
|
👍 added |
|
Nice, thanks! :) |
…okbook documentation (mheki) This PR was squashed before being merged into the 2.8 branch (closes #5886). Discussion ---------- [2.8] Add "How to Use Multiple Guard Authenticators" cookbook documentation | Q | A | ------------- | --- | Doc fix? | no | New docs? | yes (symfony/symfony#14673) | Applies to | `2.8` onwards Hi guys, this is my first contribution to the symfony docs. During my preparations for the Symfony Guard component workshops I have spent some time trying to figure out the problem described here. I hope this cookbook entry will help others save their time. cc @weaverryan Thanks! Commits ------- 121196d [2.8] Add "How to Use Multiple Guard Authenticators" cookbook documentation
2.8onwardsHi guys,
this is my first contribution to the symfony docs.
During my preparations for the Symfony Guard component workshops I have spent some time trying to figure out the problem described here.
I hope this cookbook entry will help others save their time.
cc @weaverryan
Thanks!