Any examples on how to use this library with "signed" requests? #662
Unanswered
nightsurge
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a need to sign some requests for certain API's I am integrating with. I love this library, but so far I've not seen any out of the box support for a signing routine or middle-ware. Is there any known support for, or examples of doing a signed request using HTTP.rb?
Thoughts?
I admit I'm very new to this concept of having to sign the requests before sending. Here is what I found below, just looking for the easiest/best option when using HTTP.rb gem as well:
https://github.com/sinch/ruby-sign-requests
https://github.com/psyipm/api_signature
https://rubygems.org/gems/jwt_signed_request
https://rubygems.org/gems/escher
https://rubygems.org/gems/john-hancock
Beta Was this translation helpful? Give feedback.
All reactions