File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -95,8 +95,8 @@ This authenticator provides services able to extract the access token as per the
95
95
.. caution ::
96
96
97
97
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
100
100
to transport the access token in the request header field.
101
101
102
102
Also, you can also create a custom extractor. The class shall implement the interface
You can’t perform that action at this time.
0 commit comments