UNPKG

@shopify/shopify-app-remix

Version:

Shopify Remix - to simplify the building of Shopify Apps with Remix

13 lines (11 loc) 311 B
async function beginAuth(params, request, isOnline, shop) { const { api, config } = params; throw await api.auth.begin({ shop, callbackPath: config.auth.callbackPath, isOnline, rawRequest: request, }); } export { beginAuth }; //# sourceMappingURL=begin-auth.mjs.map