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:
@@ -7,6 +7,10 @@ export const auth = [
|
||||
"title": "Reset Password",
|
||||
"path": "https://docs.medusajs.com/user-guide/reset-password"
|
||||
},
|
||||
{
|
||||
"title": "Implement Phone Authentication",
|
||||
"path": "https://docs.medusajs.com/resources/how-to-tutorials/tutorials/phone-auth"
|
||||
},
|
||||
{
|
||||
"title": "Log-out Customer in Storefront",
|
||||
"path": "https://docs.medusajs.com/resources/storefront-development/customers/log-out"
|
||||
|
||||
@@ -19,6 +19,10 @@ export const customer = [
|
||||
"title": "Implement Loyalty Points",
|
||||
"path": "https://docs.medusajs.com/resources/how-to-tutorials/tutorials/loyalty-points"
|
||||
},
|
||||
{
|
||||
"title": "Implement Phone Authentication",
|
||||
"path": "https://docs.medusajs.com/resources/how-to-tutorials/tutorials/phone-auth"
|
||||
},
|
||||
{
|
||||
"title": "Manage Customer Addresses in Storefront",
|
||||
"path": "https://docs.medusajs.com/resources/storefront-development/customers/addresses"
|
||||
|
||||
@@ -51,6 +51,10 @@ export const server = [
|
||||
"title": "Loyalty Points",
|
||||
"path": "https://docs.medusajs.com/resources/how-to-tutorials/tutorials/loyalty-points"
|
||||
},
|
||||
{
|
||||
"title": "Phone Authentication",
|
||||
"path": "https://docs.medusajs.com/resources/how-to-tutorials/tutorials/phone-auth"
|
||||
},
|
||||
{
|
||||
"title": "Product Reviews",
|
||||
"path": "https://docs.medusajs.com/resources/how-to-tutorials/tutorials/product-reviews"
|
||||
|
||||
@@ -31,6 +31,10 @@ export const tutorial = [
|
||||
"title": "Loyalty Points",
|
||||
"path": "https://docs.medusajs.com/resources/how-to-tutorials/tutorials/loyalty-points"
|
||||
},
|
||||
{
|
||||
"title": "Phone Authentication",
|
||||
"path": "https://docs.medusajs.com/resources/how-to-tutorials/tutorials/phone-auth"
|
||||
},
|
||||
{
|
||||
"title": "Product Reviews",
|
||||
"path": "https://docs.medusajs.com/resources/how-to-tutorials/tutorials/product-reviews"
|
||||
|
||||
Reference in New Issue
Block a user