Skip to content

Commit 90ce187

Browse files
aldenwjaviereguiluz
authored andcommitted
Fix mismatched list items
Item one was displaying with a "1)" while item two shows up as "2."
1 parent 640e8e5 commit 90ce187

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

security/guard_authentication.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -523,10 +523,8 @@ 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``
527-
under your firewall.
528-
529-
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 ``stateless: true`` under your firewall.
527+
2. Update your authenticator to avoid authentication if the user is already authenticated:
530528

531529
.. code-block:: diff
532530

0 commit comments

Comments
 (0)