External App Dashboard

Hi everyone! This is my first time posting here.

I’ve noticed some apps that, when you click on them, open in a new tab with their app dashboard hosted on their own domain (for example: Sku Labs, Re:amaze, Stamped, etc.). What do you call these types of apps? They’re not embedded apps, right? Also, how do you configure this behavior using the Shopify App Bridge?

Any tips or guides would be greatly appreciated. Thanks!

Hi @pedro

Typically these are called “non-embedded” apps.

You have to disable the embedding setting in your shopify.app.toml in order to disable AppBridge.

Then you can allow Shopify to perform OAuth on your behalf.

But be aware, you’ll need to implement your own session authentication.

Thanks for your reply @Dylan !