Skip to content

Commit 6bebba9

Browse files
committed
minor #11206 Add missing security guard sub-component (jfhovinne)
This PR was squashed before being merged into the 3.4 branch (closes #11206). Discussion ---------- Add missing security guard sub-component Introduction says "The Security component is divided into four smaller sub-components" while only three are listed. Added security-guard. Commits ------- 83cb4b8 Add missing security guard sub-component
2 parents 8c4bcc8 + 83cb4b8 commit 6bebba9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

components/security.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ used separately:
3636
``symfony/security-csrf``
3737
It provides protection against `CSRF attacks`_.
3838

39+
``symfony/security-guard``
40+
It brings many layers of authentication together, allowing the creation
41+
of complex authentication systems.
42+
3943
.. seealso::
4044

4145
This article explains how to use the Security features as an independent

0 commit comments

Comments
 (0)