mountetna / etna

Base gem for Mount Etna applications
GNU General Public License v2.0
0 stars 0 forks source link

Auth adapter should prioritize pulling header values from params #49

Closed coleshaw closed 4 years ago

coleshaw commented 4 years ago

The auth adapter should, in approve_hmac, prefer header values from the body instead of the query params, since sometimes the query params might get mungled.