You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem comes from having too many spaces in the Authorization header which breaks _extract_basic_auth:
File "/Users/poswald/myproject/env/lib/python2.7/site-packages/oauth2_provider/oauth2_validators.py" in _extract_basic_auth
37. auth_type, auth_string = auth.split(' ')
Exception Type: ValueError at /user/oauth2/token/
Exception Value: too many values to unpack