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