Sha256: 82ea02676424c33aa7977289d00ab114e6bb31104296c94271112eaae83b84b3

Contents?: true

Size: 370 Bytes

Versions: 4

Compression:

Stored size: 370 Bytes

Contents

# frozen_string_literal: true

module ShopifyApp
  module Authenticated
    extend ActiveSupport::Concern

    included do
      ShopifyApp::Logger.deprecated("Authenticated has been replaced by EnsureHasSession."\
        " Please use the EnsureHasSession controller concern for the same behavior", "22.0.0")
    end

    include ShopifyApp::EnsureHasSession
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
shopify_app-21.4.1 app/controllers/concerns/shopify_app/authenticated.rb
shopify_app-21.4.0 app/controllers/concerns/shopify_app/authenticated.rb
shopify_app-21.3.1 app/controllers/concerns/shopify_app/authenticated.rb
shopify_app-21.3.0 app/controllers/concerns/shopify_app/authenticated.rb