Sha256: 1178dc75330fe9f48415e4ac6a4579b3ff4e33bf2e11717a0335b96adf0a3513

Contents?: true

Size: 348 Bytes

Versions: 19

Compression:

Stored size: 348 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_shop
      around_action :shopify_session
    end
  end
end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
shopify_app-11.6.0 app/controllers/concerns/shopify_app/authenticated.rb
shopify_app-11.5.1 app/controllers/concerns/shopify_app/authenticated.rb
shopify_app-11.4.0 app/controllers/concerns/shopify_app/authenticated.rb
shopify_app-11.3.2 app/controllers/concerns/shopify_app/authenticated.rb
shopify_app-11.3.1 app/controllers/concerns/shopify_app/authenticated.rb
shopify_app-11.3.0 app/controllers/concerns/shopify_app/authenticated.rb
shopify_app-11.2.0 app/controllers/concerns/shopify_app/authenticated.rb
shopify_app-11.1.0 app/controllers/concerns/shopify_app/authenticated.rb
shopify_app-11.0.2 app/controllers/concerns/shopify_app/authenticated.rb
shopify_app-11.0.1 app/controllers/concerns/shopify_app/authenticated.rb
shopify_app-11.0.0 app/controllers/concerns/shopify_app/authenticated.rb
shopify_app-10.0.0 app/controllers/concerns/shopify_app/authenticated.rb
shopify_app-9.0.4 app/controllers/concerns/shopify_app/authenticated.rb
shopify_app-9.0.3 app/controllers/concerns/shopify_app/authenticated.rb
shopify_app-9.0.2 app/controllers/concerns/shopify_app/authenticated.rb
shopify_app-9.0.1 app/controllers/concerns/shopify_app/authenticated.rb
shopify_app-9.0.0 app/controllers/concerns/shopify_app/authenticated.rb
shopify_app-8.6.1 app/controllers/concerns/shopify_app/authenticated.rb
shopify_app-8.6.0 app/controllers/concerns/shopify_app/authenticated.rb