UNPKG

@shopify/shopify-app-remix

Version:

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

21 lines (17 loc) 799 B
'use strict'; var authenticate = require('./checkout/authenticate.js'); var authenticate$1 = require('./appProxy/authenticate.js'); var authenticate$2 = require('./customer-account/authenticate.js'); function authenticatePublicFactory(params) { const authenticateCheckout = authenticate.authenticateCheckoutFactory(params); const authenticateAppProxy = authenticate$1.authenticateAppProxyFactory(params); const authenticateCustomerAccount = authenticate$2.authenticateCustomerAccountFactory(params); const context = { checkout: authenticateCheckout, appProxy: authenticateAppProxy, customerAccount: authenticateCustomerAccount, }; return context; } exports.authenticatePublicFactory = authenticatePublicFactory; //# sourceMappingURL=factory.js.map