Closed viktorpetkov000 closed 1 year ago
As per issue #79. Replaced getattr(request.authorization, 'token', '') which produced an empty token, with request.headers.get('Authorization').
As per issue #79. Replaced getattr(request.authorization, 'token', '') which produced an empty token, with request.headers.get('Authorization').