--- api_version: v3 api_name: shopify-app-remix source_url: html: https://shopify.dev/docs/api/shopify-app-remix/v3/authenticate md: https://shopify.dev/docs/api/shopify-app-remix/v3/authenticate.md --- # Authenticate ## Public [App proxy](https://shopify.dev/docs/api/shopify-app-remix/v3/authenticate/public/app-proxy) [App proxies take requests to Shopify links, and redirect them to external links. The `authenticate.public.appProxy` function validates requests made to app proxies, and returns a context to enable querying Shopify APIs.](https://shopify.dev/docs/api/shopify-app-remix/v3/authenticate/public/app-proxy) [Checkout](https://shopify.dev/docs/api/shopify-app-remix/v3/authenticate/public/checkout) [The `authenticate.public.checkout` function ensures that checkout extension requests are coming from Shopify, and returns helpers to respond with the correct headers.](https://shopify.dev/docs/api/shopify-app-remix/v3/authenticate/public/checkout) [Customer account](https://shopify.dev/docs/api/shopify-app-remix/v3/authenticate/public/customer-account) [The `authenticate.public.customerAccount` function ensures that customer account extension requests are coming from Shopify, and returns helpers to respond with the correct headers.](https://shopify.dev/docs/api/shopify-app-remix/v3/authenticate/public/customer-account) ## Uncategorized [Admin](https://shopify.dev/docs/api/shopify-app-remix/v3/authenticate/admin) [Contains methods for authenticating and interacting with the Admin API. This function can handle requests for apps embedded in the Admin, Admin extensions, or non-embedded apps.](https://shopify.dev/docs/api/shopify-app-remix/v3/authenticate/admin) [Flow](https://shopify.dev/docs/api/shopify-app-remix/v3/authenticate/flow) [Contains functions for verifying Shopify Flow extensions. See the Flow documentation for more information.](https://shopify.dev/docs/api/shopify-app-remix/v3/authenticate/flow) [Fulfillment Service](https://shopify.dev/docs/api/shopify-app-remix/v3/authenticate/fulfillment-service) [Contains functions for verifying fulfillment service requests. See the fulfillment service documentation for more information.](https://shopify.dev/docs/api/shopify-app-remix/v3/authenticate/fulfillment-service) [Webhook](https://shopify.dev/docs/api/shopify-app-remix/v3/authenticate/webhook) [Contains functions for verifying Shopify webhooks.](https://shopify.dev/docs/api/shopify-app-remix/v3/authenticate/webhook)