Skip to content

v1.4.0

Compare
Choose a tag to compare
@ech0s7r ech0s7r released this 28 Jul 23:55
· 63 commits to main since this release
1.4.0
b73f096
  • Fixed issue #35: oauth_signature not encoded in versions 1.2.0 and 1.3.0
  • Fixed security hotspot python:S2245
  • Keep the behavior consistent with other Mastercard OAuth1.0a signer libraries when encoding URL and params
  • The OAuth1RSA module reuse the core functions instead of redefining them
  • sha256_encode: added support for byte payload
  • Moved nonce and timestamp generation function into the utils module
  • get_authorization_header method is now static in OAuth class
  • Added pycodestyle GitHub workflow and fixed sonar scan not running on new Pull Requests
  • Improved code coverage