kanboard / python-api-client

Python API Client for Kanboard
https://pypi.org/project/kanboard
MIT License
81 stars 26 forks source link

Fix custom auth headers #4

Closed matthew-mcallister closed 6 years ago

matthew-mcallister commented 7 years ago

I was trying to work around https://github.com/kanboard/kanboard/issues/1953 when I eventually found out that authentication worked via curl but failed via the API. Fortunately it was pretty obvious to find the issue in the code: the authentication method identifier Basic shouldn't appear in the header value except when using the standard HTTP Authentication header.