Skip to content

Commit 2017489

Browse files
committed
Wrap long lines
1 parent 90ce187 commit 2017489

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

security/guard_authentication.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -523,8 +523,10 @@ The problem occurs when your browser-based authenticator tries to authenticate
523523
the user on *every* request - like in the IP address-based example above. There
524524
are two possible fixes:
525525

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:
526+
1. If you do *not* need authentication to be stored in the session, set
527+
``stateless: true`` under your firewall.
528+
2. Update your authenticator to avoid authentication if the user is already
529+
authenticated:
528530

529531
.. code-block:: diff
530532

0 commit comments

Comments
 (0)