You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Hi @remy727, could you explain more what you're trying to accomplish? Do you want to show an unauthenticated page in the non-embedded app? Things like app bridge and token exchange only work in the embedded version.
@remy727 thank you for your feedback, I will talk to the team about this, but this will be a low priority item as non-embedded apps are not officially supported.
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
inAuthenticatedController
and controllers are inherited from it, it redirects to login page on a standalone app.Is there any way to include
shopify_app
concerns in only embedded app?The text was updated successfully, but these errors were encountered: