Mastercard / oauth1-signer-python

Python library for generating a Mastercard API compliant OAuth signature.
https://developer.mastercard.com/platform/documentation/security-and-authentication/using-oauth-1a-to-access-mastercard-apis/
MIT License
29 stars 22 forks source link

`oauth_signature` not encoded in versions 1.2.0 and 1.3.0 #34

Closed ech0s7r closed 3 years ago

ech0s7r commented 3 years ago

PR checklist

Description

This PR contains the following changes:

sonarcloud[bot] commented 3 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

ech0s7r commented 3 years ago

Thanks @ech0s7r! I left some feedback (easy to fix)

Thank you, @jaaufauvre for the review! :)

Updated the Copyright header (2020 -> 2021) and branch name (master -> main) in 0bac0f88.

image