Skip to content

Commit 2196a8e

Browse files
committed
minor #20954 [Security] [Best practices] Remove mention of anonymous (MaximePinot)
This PR was merged into the 6.4 branch. Discussion ---------- [Security] [Best practices] Remove mention of `anonymous` As far as I know, the `anonymous` key does not exist any more. Commits ------- 51200b2 [Security] [Best practices] Remove mention of `anonymous`
2 parents 621b57b + 51200b2 commit 2196a8e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

best_practices.rst

Lines changed: 0 additions & 4 deletions
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)