Skip to content

Commit 83c40e9

Browse files
author
Maxime Douailin
committed
Corrected pre_authenticated cookbook entry
1 parent f5a6d58 commit 83c40e9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cookbook/security/pre_authenticated.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
.. index::
22
single: Security; Pre authenticated providers
33

4-
Using pre authenticated security firewalls
4+
Using pre Authenticated Security Firewalls
55
==========================================
66

77
A lot of authentication modules are already provided by some webservers,
88
including Apache. These modules generally set some environment variables
9-
that can be used to know which user is accessing your application. Out of the
10-
box, Symfony supports most authentication mecanisms.
11-
These are called *pre authenticated* requests because the user is already
9+
that can be used to determine which user is accessing your application. Out of the
10+
box, Symfony supports most authentication mechanisms.
11+
These requests are called *pre authenticated* requests because the user is already
1212
authenticated when reaching your application.
1313

1414
.. note::

0 commit comments

Comments
 (0)