Mastercard / oauth1-signer-ruby

Zero dependency 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
5 stars 0 forks source link

[REQ] Minor fixes for code optimisation, fix nonce generation to be secure #20

Closed amasses closed 1 year ago

amasses commented 1 year ago

Is your feature request related to a problem? Please describe.

While reviewing this code I have noted a few issues such as:

Describe the solution you'd like

These issues should be resolved - I will submit a PR for these issues.

Describe alternatives you've considered

There are no alternatives

Additional context

None