From 51200b2758387d9ef9ef6d689f3e750e3881fbf8 Mon Sep 17 00:00:00 2001 From: Maxime Pinot Date: Mon, 12 May 2025 11:08:17 +0200 Subject: [PATCH] [Security] [Best practices] Remove mention of `anonymous` --- best_practices.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/best_practices.rst b/best_practices.rst index 2c393cae9c6..b887d4d289a 100644 --- a/best_practices.rst +++ b/best_practices.rst @@ -362,10 +362,6 @@ Unless you have two legitimately different authentication systems and users (e.g. form login for the main site and a token system for your API only), it's recommended to have only one firewall to keep things simple. -Additionally, you should use the ``anonymous`` key under your firewall. If you -require users to be logged in for different sections of your site, use the -:doc:`access_control ` option. - Use the ``auto`` Password Hasher ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~