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