mgomes / api_auth

HMAC authentication for Rails and HTTP Clients
MIT License
480 stars 147 forks source link

Fix sha256 auth content header fetch for Rack driver #211

Open taylorthurlow opened 1 year ago

taylorthurlow commented 1 year ago

A similar issue was fixed in #201 but as I mentioned last year in my comment, this doesn't fix the problem (at the very least) for the RackRequest driver, which I am using. A similar change may be warranted for all other request drivers but I have only implemented and tested this one.

taylorthurlow commented 1 year ago

Rubocop is failing due to warnings/errors not related to this PR.