Skip to content

Commit

Permalink
useBasicAuthorizationHeader defaults to true
Browse files Browse the repository at this point in the history
  • Loading branch information
magnethy committed Sep 23, 2013
1 parent 2782fa6 commit 06cdc4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ module.exports = {
'clientID': null,
'clientSecret': null,
'site': null,
'useBasicAuthorizationHeader': false,
'useBasicAuthorizationHeader': true,
'clientSecretParameterName': 'client_secret'
}

0 comments on commit 06cdc4a

Please sign in to comment.