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

Commit

Permalink
Oauth signature method HMAC-SHA256
Browse files Browse the repository at this point in the history
Netsuite 2021.1 drops support for HMAC-SHA1.
  • Loading branch information
Juho Poteri committed Apr 21, 2021
1 parent 9c8d6e1 commit dc06468
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 dc06468

Please sign in to comment.