Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 90ce187

Browse filesBrowse 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
Copy full SHA for 90ce187

File tree

Expand file treeCollapse file tree

1 file changed

+2
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-4
lines changed

‎security/guard_authentication.rst

Copy file name to clipboardExpand all lines: security/guard_authentication.rst
+2-4Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.