Sha256: 06b4f9d6e44c70fbec54eb5b15df99a8eb7bcbc833a44aea8b5784f2b85f8394

Contents?: true

Size: 406 Bytes

Versions: 45

Compression:

Stored size: 406 Bytes

Contents

# frozen_string_literal: true

module ShopifyApp
  module Authenticated
    extend ActiveSupport::Concern

    included do
      include ShopifyApp::Localization
      include ShopifyApp::LoginProtection
      include ShopifyApp::CsrfProtection
      include ShopifyApp::EmbeddedApp
      before_action :login_again_if_different_user_or_shop
      around_action :activate_shopify_session
    end
  end
end

Version data entries

45 entries across 45 versions & 2 rubygems

Version Path
ruby_shopify_app-1.3.3 app/controllers/concerns/shopify_app/authenticated.rb
ruby_shopify_app-1.3.2 app/controllers/concerns/shopify_app/authenticated.rb
ruby_shopify_app-1.3.1 app/controllers/concerns/shopify_app/authenticated.rb
ruby_shopify_app-1.3.0 app/controllers/concerns/shopify_app/authenticated.rb
ruby_shopify_app-1.2.0 app/controllers/concerns/shopify_app/authenticated.rb
ruby_shopify_app-1.1.0 app/controllers/concerns/shopify_app/authenticated.rb
ruby_shopify_app-1.0.0 app/controllers/concerns/shopify_app/authenticated.rb
shopify_app-18.1.3 app/controllers/concerns/shopify_app/authenticated.rb
shopify_app-19.0.2 app/controllers/concerns/shopify_app/authenticated.rb
shopify_app-19.0.1 app/controllers/concerns/shopify_app/authenticated.rb
shopify_app-19.0.0 app/controllers/concerns/shopify_app/authenticated.rb
shopify_app-18.1.2 app/controllers/concerns/shopify_app/authenticated.rb
shopify_app-18.1.1 app/controllers/concerns/shopify_app/authenticated.rb
shopify_app-18.1.0 app/controllers/concerns/shopify_app/authenticated.rb
shopify_app-18.0.4 app/controllers/concerns/shopify_app/authenticated.rb
shopify_app-18.0.3 app/controllers/concerns/shopify_app/authenticated.rb
shopify_app-18.0.2 app/controllers/concerns/shopify_app/authenticated.rb
shopify_app-18.0.1 app/controllers/concerns/shopify_app/authenticated.rb
shopify_app-18.0.0 app/controllers/concerns/shopify_app/authenticated.rb
shopify_app-17.2.1 app/controllers/concerns/shopify_app/authenticated.rb