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