UNPKG

@brandboostinggmbh/shopify-app-react-router

Version:

Shopify React Router - to simplify the building of Shopify Apps with React Router v7

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