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 90ce187 commit 2017489Copy full SHA for 2017489
security/guard_authentication.rst
@@ -523,8 +523,10 @@ 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`` under your firewall.
527
-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.
528
+2. Update your authenticator to avoid authentication if the user is already
529
+ authenticated:
530
531
.. code-block:: diff
532
0 commit comments