Skip to content

Commit c33ab20

Browse files
committed
Merge branch '7.2' into 7.3
* 7.2: [Security] [Best practices] Remove mention of `anonymous`
2 parents 5de8d6b + f75b237 commit c33ab20

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

best_practices.rst

-4
Original file line numberDiff line numberDiff line change
@@ -362,10 +362,6 @@ Unless you have two legitimately different authentication systems and users
362362
(e.g. form login for the main site and a token system for your API only), it's
363363
recommended to have only one firewall to keep things simple.
364364

365-
Additionally, you should use the ``anonymous`` key under your firewall. If you
366-
require users to be logged in for different sections of your site, use the
367-
:doc:`access_control </security/access_control>` option.
368-
369365
Use the ``auto`` Password Hasher
370366
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
371367

0 commit comments

Comments
 (0)