bettiolo / oauth-signature-js

JavaScript OAuth 1.0a signature generator (RFC 5849) for node and the browser
https://www.npmjs.com/package/oauth-signature
BSD 3-Clause "New" or "Revised" License
232 stars 71 forks source link

using hmac-sha256 #45

Open ShiraRotholz opened 2 years ago

ShiraRotholz commented 2 years ago

Hi, I am trying to use oauth_signature_method HMAC-SHA256, but it seems like its not supported (Auth fails). Can you please explain how to use this?

Thanks,

FranklynSeabraOSF commented 2 years ago

I don't think this lib supports SHA256, I also need it because NetSuite does not support SHA1 anymore. But I'll have to implement as it seems. @ShiraBoa