Oauth1 Signer Nodejs Versions Save

Zero dependency library for generating a Mastercard API compliant OAuth signature.

v1.1.6

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/Mastercard/oauth1-signer-nodejs/compare/v1.1.5...v1.1.6

v1.1.5

4 years ago

Fixing issue with * not encoding properly

v1.1.4

4 years ago
  • Bumped lodash from 4.17.11 to 4.17.14

v1.1.3

5 years ago
  • Fixed issue #7 (hash should be taken over the empty string when empty payload)
  • Ugraded dev dependencies

v1.1.2

5 years ago
  • Fixed the library to handle already encoded params (Part 2)

v1.1.1

5 years ago
  • Fixed the library to handle already encoded params
  • Added unit tests to test this functionality

v1.0.1

5 years ago
  • Fixed issue #3 (toOAuthParamString was not sorting params which was leading to an unexpected base string)
  • Updated README.md

v1.0.0

5 years ago
  • First version of the npm package