Skip to content

Releases: emartech/escher-php

Modified the request canonicalization

18 Nov 12:35
Compare
Choose a tag to compare

Breaking change: only when the Content-Type is set to application/x-www-form-urlencoded, the Plus Sign is replaced with Spaces (https://www.w3.org/TR/html401/interact/forms.html#h-17.13.4.1)

2.0.0: Merge pull request #16 from sigee/master

08 Sep 12:15
7c63574
Compare
Choose a tag to compare
Cleanup and unhandled exception fix

sign date calculated at signature

13 Dec 13:29
Compare
Choose a tag to compare
fix(date-in-constructor) move date from constructor param to param of…

… signature calculation methods

Co-Authored-By: istvan.szenasi@emarsys.com

Fixing authentication when unindexed arrays in query strings

14 Sep 11:48
Compare
Choose a tag to compare
0.2.13

fix authentication with unindexed arrays in query strings

Fixing a PHP notice, and a test about lowercasing SignedHeaders in Authroziation header

18 Feb 09:48
Compare
Choose a tag to compare
  • Fixing a PHP notice related to HTTPs check
  • Adding a new test if SignedHeaders names are lowercased

Reduce clockSkew

10 Dec 09:20
Compare
Choose a tag to compare

Reduce clockSkew from 900 to 300

Standardize error messages

16 Nov 12:49
Compare
Choose a tag to compare
0.2.8

Rewrite error messages

Standartize error messages and add tests

16 Nov 09:56
Compare
Choose a tag to compare
0.2.7

Standartize error messages and add tests

Fix a PHP Notice

16 Jul 11:22
Compare
Choose a tag to compare
Merge pull request #2 from FallDi/master

Fix PHP Notice:  Undefined index: path...

Security fixes

19 Jun 12:35
Compare
Choose a tag to compare
  • check signature and other values with strict equality operator (=== and !===)
  • report the provided signature only on signature problem