Skip to content

Commit b333cab

Browse files
authored
Typo
1 parent 425457f commit b333cab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

security/access_token.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ This authenticator provides services able to extract the access token as per the
9595
.. caution::
9696

9797
Because of the security weaknesses associated with the URI method,
98-
including the high likelihood that the URL containing the access token will be logged,
99-
methods ````query_string```` and ``request_body`` **SHOULD NOT** be used unless it is impossible
98+
including the high likelihood that the URL or the request body containing the access token will be logged,
99+
methods ``query_string`` and ``request_body`` **SHOULD NOT** be used unless it is impossible
100100
to transport the access token in the request header field.
101101

102102
Also, you can also create a custom extractor. The class shall implement the interface

0 commit comments

Comments
 (0)