Sha256: 4aa2f42db344d7c530e49160d48200e66755f9255f600a4ab8778ea851210439
Contents?: true
Size: 356 Bytes
Versions: 11
Compression:
Stored size: 356 Bytes
Contents
# frozen_string_literal: true module ShopifyApp module Authenticated extend ActiveSupport::Concern included do include ShopifyApp::Localization include ShopifyApp::LoginProtection include ShopifyApp::EmbeddedApp before_action :login_again_if_different_user_or_shop around_action :shopify_session end end end
Version data entries
11 entries across 11 versions & 1 rubygems