Back to Medusa

{metadata.title}

www/apps/resources/app/commerce-modules/auth/workflows/page.mdx

2.14.2813 B
Original Source

import { ChildDocs } from "docs-ui"

export const metadata = { title: Auth Workflows, }

{metadata.title}

Workflows are a series of queries and actions, called steps, that complete a task. By using workflows, you benefit from features like data consistency and a reliable roll-back mechanism.

When building your customizations, it's highly recommended to re-use Medusa's existing workflows and steps where possible. The following workflows and steps allow you to use authentication-related features in your Medusa application. They are provided by the @medusajs/medusa/core-flows package.

The following links will take you to the reference documentation for Medusa's Core Workflows.

<ChildDocs type="item" defaultItemsPerRow={2} />