mgomes / api_auth

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

How to use with Grape ? #131

Closed c0ze closed 7 years ago

c0ze commented 7 years ago

Is it possible to use this gem with grape ? I've added the gem, I have access to the ApiAuth module, but when I try to call sign! or authenticated? they seem not to be available. Is some kind of initialization necessary ?

c0ze commented 7 years ago

nevermind. I was checking out api_auth which was installing an archaic version. api-auth is where its at.

taylorthurlow commented 4 years ago

I made the same mistake, thanks.