UNPKG

@shopify/shopify-app-remix

Version:

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

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