Sha256: 575911f305b48ad4e2eb8d92fdc959a0bb627b1e0d2d1a30553a7eaa5995558c

Contents?: true

Size: 365 Bytes

Versions: 6

Compression:

Stored size: 365 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 :activate_shopify_session
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
shopify_app-13.3.0 app/controllers/concerns/shopify_app/authenticated.rb
shopify_app-13.2.0 app/controllers/concerns/shopify_app/authenticated.rb
shopify_app-13.1.1 app/controllers/concerns/shopify_app/authenticated.rb
shopify_app-13.1.0 app/controllers/concerns/shopify_app/authenticated.rb
shopify_app-13.0.1 app/controllers/concerns/shopify_app/authenticated.rb
shopify_app-13.0.0 app/controllers/concerns/shopify_app/authenticated.rb