mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 04:31:21 -03:30
Merge pull request #2926 from ryanpetrello/deprecated-auth-token-helper
fix an auth-related typo in a docstring
This commit is contained in:
commit
077e541876
@ -219,7 +219,7 @@ class DeprecatedAuthTokenMiddleware(object):
|
||||
2. Rewrites `request.path` to `/api/v2/users/N/personal_tokens/`
|
||||
3. Detects the username and password in the request body (either in JSON,
|
||||
or form-encoded variables) and builds an appropriate HTTP_AUTHORIZATION
|
||||
Bearer header
|
||||
Basic header
|
||||
"""
|
||||
|
||||
def process_request(self, request):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user