TritonDataCenter / node-http-signature

Reference implementation of Joyent's HTTP Signature Scheme
https://tritondatacenter.com
MIT License
404 stars 118 forks source link

An invalid date header is not causing any error #121

Open penngrove opened 3 years ago

penngrove commented 3 years ago

If the date header is for example 'aaaa', the skew check will not throw the error. This would make the request reusable.