99designs / http-signatures-php

Sign and verify PSR-7 HTTP messages in PHP.
MIT License
44 stars 32 forks source link

Permit empty "headers" signature parameter #42

Closed liamdennehy closed 5 years ago

liamdennehy commented 5 years ago

The specification permits an empty "headers" parameter for a signature, requiring signatures to be generated and validated against the default value date. Correct behaviour is required to implement the specification's reference tests (along with RSA). This PR:

liamdennehy commented 5 years ago

Any further issues or can we merge?

Note this is required to pass the reference tests, so hopefully this can go through.

liamdennehy commented 5 years ago

Any updates?

liamdennehy commented 5 years ago

I have integrated this feature in my own project along with a number of others, and published this in packagist. Documentation for the entire library is published at Read the Docs: http-signatures-php - incomplete but being expanded regularly.

liamdennehy commented 5 years ago

Closing PR due to inactivity.