We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 640e8e5 commit 90ce187Copy full SHA for 90ce187
security/guard_authentication.rst
@@ -523,10 +523,8 @@ The problem occurs when your browser-based authenticator tries to authenticate
523
the user on *every* request - like in the IP address-based example above. There
524
are two possible fixes:
525
526
-1) If you do *not* need authentication to be stored in the session, set ``stateless: true``
527
-under your firewall.
528
-
529
-2) Update your authenticator to avoid authentication if the user is already authenticated:
+1. If you do *not* need authentication to be stored in the session, set ``stateless: true`` under your firewall.
+2. Update your authenticator to avoid authentication if the user is already authenticated:
530
531
.. code-block:: diff
532
0 commit comments