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

requests auth helper (rewritten) #14

Closed metheoryt closed 3 years ago

metheoryt commented 4 years ago

Current helper does not work, so I decided to rewrite it for more convenient usage. Feel free to move or change the code. Python 3.6+

metheoryt commented 4 years ago

Anyone please?

ech0s7r commented 4 years ago

Hi @metheoryt,

Thank you for your contribution and for creating this PR.

Could you please open a related issue providing this information and a description of what is the issue? Why the current helper doesn't work for you?

Thanks!

metheoryt commented 4 years ago

Here it is #19 There is no bug I guess, but we had a headaches with how the signer is written/

ech0s7r commented 3 years ago

Closing this PR as it has been merged with: https://github.com/Mastercard/oauth1-signer-python/pull/29.