Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

Releases: Mastercard/oauth1-signer-ruby

v1.1.3

06 Sep 14:00
1ceda59
Compare
Choose a tag to compare
  • Fixed #20 (Minor fixes for code optimisation, fix nonce generation to be secure)
  • Removed support for Ruby 2.4

v1.1.2

04 May 08:58
2684214
Compare
Choose a tag to compare
  • Fixed #14 ("Exception message: cannot load such file -- test/unit" in RubyMine)
  • Fixed #16 (parameters should be sorted by name, using lexicographical byte value ordering)

v1.1.1

28 Apr 12:21
4280a91
Compare
Choose a tag to compare
  • Fixed #6 (hash should be taken on empty string when empty body)
  • Added Ruby 2.7 to the test environments
  • Added unit tests
  • Clean-up

v1.1.0

03 May 12:51
09094de
Compare
Choose a tag to compare

Correct auth header format:

  • Use double quotes instead of single quotes for auth parameters.
  • Remove trailing spaces in the authorization header.

v1.0.1

04 Feb 17:10
3b994e2
Compare
Choose a tag to compare
  • Added support for OpenAPI generated client libraries and updated README.md
  • Updated gem package information

v1.0.0

16 Jan 15:48
3cb41d3
Compare
Choose a tag to compare
  • First version of the library