seangeo / auth-hmac

A Ruby Gem for authenticating HTTP requests using a HMAC. This is pretty much deprecated now, I'm not using and unless someone bring it up to Rails 3 standards it's usefulness is probably limited. You should probably checkout one of the forks for more recent versions.
MIT License
31 stars 13 forks source link

Auth-HMAC doesn't work with Rack::Request objects #2

Open cap10morgan opened 14 years ago

cap10morgan commented 14 years ago

Auth-HMAC doesn't work with Rack::Request objects.

Patch coming shortly...

cap10morgan commented 14 years ago

Here's the fix: http://github.com/cap10morgan/auth-hmac/compare/master...rack_support