Skip to content

Commit f75b237

Browse files
committed
Merge branch '6.4' into 7.2
* 6.4: [Security] [Best practices] Remove mention of `anonymous`
2 parents 7253f1b + 2196a8e commit f75b237

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)