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

OAuthSigner.sign_request can sign Request and PreparedRequest objects #39

Closed ech0s7r closed 2 years ago

ech0s7r commented 2 years ago

PR checklist

Link to issue/feature request: https://github.com/Mastercard/oauth1-signer-python/issues/38

Description

This PR adds functionality to OAuthSigner.sign_request function to support signing for Request and PreparedRequest objects.

Also, fixed a broken link in the README file.

sonarcloud[bot] commented 2 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