mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 19:10:07 -03:30
fix an auth-related typo in a docstring
This commit is contained in:
parent
5561eb30f7
commit
4561fd7270
@ -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