We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7253f1b + 2196a8e commit f75b237Copy full SHA for f75b237
best_practices.rst
@@ -362,10 +362,6 @@ Unless you have two legitimately different authentication systems and users
362
(e.g. form login for the main site and a token system for your API only), it's
363
recommended to have only one firewall to keep things simple.
364
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
-
369
Use the ``auto`` Password Hasher
370
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
371
0 commit comments