Closed jniedrauer closed 6 years ago
Basic auth is hardcoded to use account SID and auth token. API keys can be set but they are ignored. You also can't pass in API keys as the account SID and auth token because the account SID is used to generate the URL for API requests.
https://github.com/sfreiberg/gotwilio/pull/39
Thanks for the bug report and PR! It's been merged.
Basic auth is hardcoded to use account SID and auth token. API keys can be set but they are ignored. You also can't pass in API keys as the account SID and auth token because the account SID is used to generate the URL for API requests.