api_auth
api_auth copied to clipboard
HMAC authentication for Rails and HTTP Clients
@kjg @adamlwgriffiths I try to do a PR for #112, can you take a look ? If the approch seems to be good I implement the unit tests.
Hi There, I could not find any document for `api-auth` faraday client. Is there any example code other than [spec](https://github.com/mgomes/api_auth/blob/master/spec/request_drivers/faraday_spec.rb)
The changes introduced in #96 cause difficult to debug results if one requires multiple gems that themselves require `api_auth`. Lets say I have 2 gems, gem A and gem B....
This gem looks cool, but I need to have JS clients access my API. Are there any specific JS libs that are known to work with ApiAuth?
I would like to be able to include a nonce in the canonical string for added security. Would you be in favor of adding this feature? If not, do you...
I wouldn't classify this as a bug per se, but there is a fundamental problem with one of the components used in the canonical string. Right now, this library requires...
This PR fixes issue #123 where query strings are handled differently based on combinations of different libraries.
Example of ideas in #153 Note: this code is not verified working, just an example of how it may look. For example it's missing code in `initialize_request_driver` that would actually...
I'd like to add support for https://github.com/excon/excon, but it doesn't follow the current model of having a request object to decorate. Instead it uses a parameter hash to pass through...