Skip to content

Commit

Permalink
documentation: 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 06cdc4a commit 01370ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ Simple OAuth2 accepts an object with the following valid params.
* `authorizationPath` - Authorization path for the OAuth2 server. Defaults to `/oauth/authorize`.
* `tokenPath` - Access token path for the OAuth2 server. Defaults to `/oauth/token`.
* `useBasicAuthorizationHeader` - Whether or not the `Authorization: Basic ...` header is set on the request.
Defaults to `false`.
Defaults to `true`.
* `clientSecretParameterName` - Parameter name for the client secret. Defaults to `client_secret`.

```javascript
Expand Down

0 comments on commit 01370ee

Please sign in to comment.