Commit 50f1cc3f by Alex MacCaw

Fix auth

parent 4cefeda2
...@@ -60,6 +60,7 @@ ClearbitClient.prototype.request = function (options) { ...@@ -60,6 +60,7 @@ ClearbitClient.prototype.request = function (options) {
{ {
timeout: options.stream ? 60000 : 5000, timeout: options.stream ? 60000 : 5000,
username: this.key, username: this.key,
password: '',
user_agent: 'ClearbitNode/v' + pkg.version user_agent: 'ClearbitNode/v' + pkg.version
} }
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment