Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: 1ma/Psr7Hmac

Tags

v1.0.0

Toggle v1.0.0's commit message
decomission Travis CI and fix Scrutinizer

v0.6.1

Toggle v0.6.1's commit message
fixed broken Request serialization on Slim 3.10.0

v0.6.0

Toggle v0.6.0's commit message
update README.md

v0.5.1

Toggle v0.5.1's commit message
fix: admit psr/http-message 1.0.1 and beyond

v0.5.0

Toggle v0.5.0's commit message
Refactored namespace for simplicity

Rethought MonitorInterface role, refactored to InspectorInterface

v0.4.0

Toggle v0.4.0's commit message
API BC changes:

* removed Verifier::setMaximumDelay($maxDelay) (feature removed)
* removed Verifier::setMonitor(MonitorInterface $monitor)
* modified Verifier::__constructor(MonitorInterface $monitor = null)

v0.3.0

Toggle v0.3.0's commit message
Added delay detection capability in Verifier

Added replay detection capability in Verifier

v0.2.0

Toggle v0.2.0's commit message
New branch due to non-BC api change. Authenticator

class has been chopped into Calculator, Signer and Verifier.

v0.1.2

Toggle v0.1.2's commit message
properly handle missing Signed-Headers header when verifying a signed…

… message

greatly improved the clearness and reliability of AuthenticatorTest

v0.1.1

Toggle v0.1.1's commit message
* integrated HttpFoundation requests and responses into the test suite

* minor but significant changes in the serializer algorithm