docs: phone authentication + otp guide (#12544)

* initial

* docs: phone authentication guide

* small fix

* Twilio SMS -> Twilio

* vale fix

* fix

* fix to auth sidebar

* fixes

* generate
This commit is contained in:
Shahed Nasser
2025-05-27 12:01:04 +03:00
committed by GitHub
parent 5b86b3b2bc
commit 41c29ffadd
14 changed files with 21950 additions and 17506 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ export const authSidebar = [
{
type: "category",
title: "Server Guides",
autogenerate_tags: "server+auth",
autogenerate_tags: "auth+server",
autogenerate_as_ref: true,
sort_sidebar: "alphabetize",
description:
@@ -113,6 +113,13 @@ While tutorials show you a specific use case, they also help you understand how
path: "/integrations/guides/magento",
description: "Learn how to migrate data from Magento to Medusa.",
},
{
type: "link",
title: "Phone Authentication",
path: "/how-to-tutorials/tutorials/phone-auth",
description:
"Learn how to allow users to authenticate using their phone numbers.",
},
{
type: "link",
title: "Product Reviews",
@@ -105,6 +105,11 @@ export const integrationsSidebar = [
path: "/infrastructure-modules/notification/sendgrid",
title: "SendGrid",
},
{
type: "ref",
path: "/how-to-tutorials/tutorials/phone-auth#step-3-integrate-twilio-sms",
title: "Twilio SMS",
},
],
},
{