@shopify/shopify-app-remix
Version:
Shopify Remix - to simplify the building of Shopify Apps with Remix
1 lines • 820 B
Source Map (JSON)
{"version":3,"file":"begin-auth.mjs","sources":["../../../../../../../src/server/authenticate/admin/helpers/begin-auth.ts"],"sourcesContent":["import type {BasicParams} from '../../../types';\n\nexport async function beginAuth(\n params: BasicParams,\n request: Request,\n isOnline: boolean,\n shop: string,\n): Promise<never> {\n const {api, config} = params;\n\n throw await api.auth.begin({\n shop,\n callbackPath: config.auth.callbackPath,\n isOnline,\n rawRequest: request,\n });\n}\n"],"names":[],"mappings":"AAEO,eAAe,SAAS,CAC7B,MAAmB,EACnB,OAAgB,EAChB,QAAiB,EACjB,IAAY,EAAA;AAEZ,IAAA,MAAM,EAAC,GAAG,EAAE,MAAM,EAAC,GAAG,MAAM;AAE5B,IAAA,MAAM,MAAM,GAAG,CAAC,IAAI,CAAC,KAAK,CAAC;QACzB,IAAI;AACJ,QAAA,YAAY,EAAE,MAAM,CAAC,IAAI,CAAC,YAAY;QACtC,QAAQ;AACR,QAAA,UAAU,EAAE,OAAO;AACpB,KAAA,CAAC;AACJ;;;;"}