Skip to content

Instantly share code, notes, and snippets.

@renier
Created November 17, 2014 19:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save renier/fcdd7838868b41c10ccf to your computer and use it in GitHub Desktop.
Save renier/fcdd7838868b41c10ccf to your computer and use it in GitHub Desktop.
Make OAuth understand Grape requests
require 'oauth'
require 'oauth/request_proxy/rack_request'
module OAuth
module RequestProxy
class RackRequest
proxies Grape::Request
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment