Skip to content

Releases: envato/jwt_signed_request

v4.0.0

10 Jul 22:17
2db4736
Compare
Choose a tag to compare

Changed

  • Moved CI build to GitHub Actions (#52).
  • Updated test matrix to test against the following gem versions, any gem versions outside of this matrix are no longer fully supported (#58):
    • faraday: ~> 1.10.0, ~> 2.8.0, ~> 2.9.0 & ~> 2.10.0
    • jwt: ~> 1.5.0, ~> 2.6.0, ~> 2.7.0 & ~> 2.8.0
    • rack: ~> 2.1.0
  • Removed support for Ruby 2.4 & 2.5 (#58)
  • Add Ruby 3.3 (#56), 3.2 (#55) to our test matrix

Fixed

  • Compatibility with Rack 3+ (#58)

Ordered Query Strings

05 Apr 06:39
d708e6b
Compare
Choose a tag to compare

Sort query string parameters before comparing them, to allow for systems that parse URI query-strings in different orders.

If a request fails verification, raise an error that indicates specifically what failed and why.
WARNING Client systems should be careful not to expose these exception messages to untrusted systems.

v2.1.1: Merge pull request #18 from envato/fix-jwt-version-incompatibility

14 Sep 07:33
Compare
Choose a tag to compare