Skip to content

Commit 61d9919

Browse files
authored
Update +page.markdoc
1 parent 4bd0ebd commit 61d9919

File tree

1 file changed

+9
-9
lines changed
  • src/routes/blog/post/how-appwrite-makes-auth-easy-for-ecommerce

1 file changed

+9
-9
lines changed

src/routes/blog/post/how-appwrite-makes-auth-easy-for-ecommerce/+page.markdoc

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ category: product
1313

1414
Building an e-commerce platform today is more than just creating a catalog and checkout flow. Security, user experience, and scalability are critical, and authentication sits right at the heart of it all. Whether you're launching a small boutique or scaling a global marketplace, handling authentication correctly can make or break your app.
1515

16-
At Appwrite, we believe authentication should be powerful but painless. Let's walk through how Appwrite helps you manage user authentication for e-commerce projects, without adding complexity.
16+
At Appwrite, we believe authentication should be powerful but painless. Let's walk through how Appwrite helps you manage user [authentication](/products/auth) for e-commerce projects, without adding complexity.
1717

1818
# Why Authentication matters in E-Commerce
1919

@@ -24,7 +24,7 @@ Authentication is more than a login screen. It's about creating trust.
2424
- **Compliance**: Meet privacy regulations like GDPR and CCPA with minimal effort.
2525
- **Personalization**: Give customers a tailored experience once they're logged in.
2626

27-
Bad authentication experiences can lead to lost sales, security breaches, and broken trust. That's why it needs to be first-class from day one.
27+
Bad authentication experiences can lead to lost sales, security breaches, and broken trust. That's why it needs to be first-class from day one. Here are some [Auth best practices](/post/guide-to-user-authentication) to follow to secure your app and improve user experience.
2828

2929
# Authentication challenges in E-Commerce
3030

@@ -41,7 +41,7 @@ And that's before you think about scaling to millions of users.
4141

4242
# How Appwrite simplifies E-Commerce authentication
4343

44-
Appwrite provides a secure, fully-featured authentication system out of the box. Here’s what you get:
44+
Appwrite provides a secure,[fully-featured authentication system](https://appwrite.io/docs/products/auth) out of the box. Here’s what you get:
4545

4646
## 1. **Multiple sign-in methods**
4747

@@ -56,7 +56,7 @@ You can mix and match depending on your store's needs.
5656

5757
## 2. **Built-in 2FA**
5858

59-
Enhance security by enabling two-factor authentication using TOTP apps like Google Authenticator. No extra backend work required. Learn more about [MFA](https://appwrite.io/docs/products/auth/mfa)
59+
Enhance security by enabling two-factor authentication using TOTP apps like Google Authenticator. No extra backend work required. Learn more about [MFA](/docs/products/auth/mfa)
6060

6161
{% call_to_action title="Customer identity without the hassle" description="Add secure authentication for your users in just a couple of minutes." point1="Built-in security and compliance" point2="Multiple login methods" point3="Custom authentication flows" point4="Multi-factor authentication" cta="Contact sales" url="https://appwrite.io/contact-us/enterprise" /%}
6262

@@ -72,7 +72,7 @@ Build beautiful UI components on top without reinventing the wheel.
7272

7373
## 4. **Secure, scalable sessions**
7474

75-
Every session is tightly managed and tokenized, making sure your users stay authenticated safely across devices whether they shop on mobile or desktop.
75+
Every session is tightly managed and tokenized, making sure your users stay authenticated safely across devices, whether they shop on mobile or desktop.
7676

7777
## 5. **Customizable authentication workflows**
7878

@@ -119,9 +119,9 @@ Ready to get started? [Deploy Appwrite](https://appwrite.io/cloud) in minutes an
119119

120120
# Further reading
121121

122-
- [Appwrite Authentication docs](https://appwrite.io/docs/products/auth)
123-
- [Appwrite vs Auth0: Which is better for a B2C app?](https://appwrite.io/blog/post/appwrite-vs-auth0-b2c)
124-
- [OAuth with Google](https://appwrite.io/integrations/oauth-google)
125-
- [OAuth with Amazon](https://appwrite.io/integrations/oauth-amazon)
122+
- [Appwrite Authentication docs](/docs/products/auth)
123+
- [Appwrite vs Auth0: Which is better for a B2C app?](/appwrite-vs-auth0-b2c)
124+
- [OAuth with Google](/integrations/oauth-google)
125+
- [OAuth with Amazon](/integrations/oauth-amazon)
126126

127127

0 commit comments

Comments
 (0)