module ShopifyApp::CsrfProtection

def valid_session_token?

def valid_session_token?
  request.env['jwt.shopify_domain']
end