Files
medusa-store/www/apps/resources/app/storefront-development/page.mdx
Shahed Nasser 781d0ca624 docs: added docs for reset password (#9306)
- Added to docs on implementing auth flows using the module and API routes how to update a user's password
- Added guide on how to send a notification when a password token is generated
- Added a guide on implementing reset password flow in storefront
- Added OAS for the `/update` and `/reset-password` routes + generated specs for the API reference
2024-10-07 08:04:01 +00:00

13 lines
372 B
Plaintext

import { ChildDocs } from "docs-ui"
export const metadata = {
title: `Storefront Development Guides`,
}
# {metadata.title}
This section of the documentation holds guides to help you build a storefront for your Medusa application.
<ChildDocs onlyTopLevel={true} showItems={["Tips", "Publishable API Key"]} />
<ChildDocs hideItems={["Tips", "Publishable API Key"]} />