Asquera / warden-hmac-authentication

A tiny HMAC implementation and warden strategy
MIT License
56 stars 19 forks source link

Add Rails logger check #32

Open tyler-eon opened 10 years ago

tyler-eon commented 10 years ago

If Rails is defined, use the Rails logger.

tyler-eon commented 10 years ago

I ran the tests using ruby 2.1.2p95 and everything is green. I'm not sure why ruby-head is failing on Travis-CI; perhaps the way URI parsing is done has been changed, either by choice or by accident? Regardless, I would appreciate it if someone else could try this out and see if it actually works using a stable Ruby build. Thanks.