mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 17:37:37 -02:30
fix an auth-related typo in a docstring
This commit is contained in:
@@ -219,7 +219,7 @@ class DeprecatedAuthTokenMiddleware(object):
|
|||||||
2. Rewrites `request.path` to `/api/v2/users/N/personal_tokens/`
|
2. Rewrites `request.path` to `/api/v2/users/N/personal_tokens/`
|
||||||
3. Detects the username and password in the request body (either in JSON,
|
3. Detects the username and password in the request body (either in JSON,
|
||||||
or form-encoded variables) and builds an appropriate HTTP_AUTHORIZATION
|
or form-encoded variables) and builds an appropriate HTTP_AUTHORIZATION
|
||||||
Bearer header
|
Basic header
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def process_request(self, request):
|
def process_request(self, request):
|
||||||
|
|||||||
Reference in New Issue
Block a user