Skip to content

Commit 53ac872

Browse files
authored
Correct AUTH_HEADER_NAME in docs (#725)
The correct is X-Access-Token e to AUTH_HEADER_NAME example and not X_Access_Token
1 parent 7825d83 commit 53ac872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/settings.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ collection will be used to build the "WWW-Authenticate" header in the response.
191191
The authorization header name to be used for authentication.
192192
The default is ``HTTP_AUTHORIZATION`` which will accept the
193193
``Authorization`` header in the request. For example if you'd
194-
like to use ``X_Access_Token`` in the header of your requests
194+
like to use ``X-Access-Token`` in the header of your requests
195195
please specify the ``AUTH_HEADER_NAME`` to be
196196
``HTTP_X_ACCESS_TOKEN`` in your settings.
197197

0 commit comments

Comments
 (0)