Module: ShopifyApp::AppProxyVerification
- Extended by:
- ActiveSupport::Concern
- Included in:
- AppProxyController
- Defined in:
- lib/ruby_shopify_app/controller_concerns/app_proxy_verification.rb
Instance Method Summary collapse
Instance Method Details
#verify_proxy_request ⇒ Object
10 11 12 |
# File 'lib/ruby_shopify_app/controller_concerns/app_proxy_verification.rb', line 10 def verify_proxy_request return head(:forbidden) unless query_string_valid?(request.query_string) end |