Merge pull request #2926 from ryanpetrello/deprecated-auth-token-helper

fix an auth-related typo in a docstring
This commit is contained in:
Ryan Petrello 2018-08-24 12:15:47 -04:00 committed by GitHub
commit 077e541876
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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):