Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #31 from poteri/master
Browse files Browse the repository at this point in the history
Oauth signature method HMAC-SHA256
  • Loading branch information
mattgaspar authored Apr 22, 2021
2 parents 9c8d6e1 + dc06468 commit a661a8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/nscabinet.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ function _requestOpts (params) {

if (params.token) {
options.oauth = {
signature_method: 'HMAC-SHA256',
consumer_key: params.consumerKey,
consumer_secret: params.consumerSecret,
token: params.token,
Expand Down

0 comments on commit a661a8f

Please sign in to comment.