Hello!
I built the embedded app but I also want to let customers access app on the website directly as a standalone app.
Since I have ShopifyApp::EnsureHasSession in AuthenticatedController and controllers are inherited from it, it redirects to login page on a standalone app.
class AuthenticatedController < ApplicationController
include ShopifyApp::EnsureHasSession
end
Is there any way to include shopify_app concerns in only embedded app?