UNPKG

@brandboostinggmbh/shopify-app-react-router

Version:

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

15 lines (12 loc) 334 B
'use strict'; async function beginAuth(params, request, isOnline, shop) { const { api, config } = params; throw await api.auth.begin({ shop, callbackPath: config.auth.callbackPath, isOnline, rawRequest: request, }); } exports.beginAuth = beginAuth; //# sourceMappingURL=begin-auth.js.map