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 72 forks source link

singing with other consumerSecret name #46

Closed raabdesselam closed 11 months ago

raabdesselam commented 11 months ago

Thank you for your library, I want to sign with a secret name custom-secret-name instead of consumerSecret. The consumerSecret is mandatory in generate method. maybe we can split this information on secret-name= and secret-value= ? and make consumerSecret as a default value for secret-name Is't possible to add this in futur ?