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

Adding oauth ext lib and tests #29

Closed Akshaykdubey closed 3 years ago

Akshaykdubey commented 3 years ago

PR checklist

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

Description

Adding new oauth1 authentication extension library and unittests.

ech0s7r commented 3 years ago

Hi @Akshaykdubey,

Can we add a section in the README file documenting how to sign and make the requests using the new oauth_ext?

See also: https://github.com/Mastercard/oauth1-signer-python/issues/19