Skip to content

Commit 1f3bf86

Browse files
authored
Update +page.markdoc
1 parent 62811c8 commit 1f3bf86

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/routes/blog/post/rethinking-saas-authentication/+page.markdoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,11 @@ Technologies like **Single Sign-On (SSO)** help bridge this gap—offering both
3131

3232
Take a look at our [developer’s guide to user authentication](/blog/post/guide-to-user-authentication) for more in-depth insights.
3333

34+
{% 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="Multi-factor authentication" point3="Custom roles and permissions" point4="Session control and management" cta="Request a demo" url="https://appwrite.io/contact-us/enterprise" /%}
35+
3436
## Managing multi-tenant complexity
3537

36-
Multi-tenancy is the backbone of SaaS, but it complicates identity management. Different tenants may need custom sign-in flows, roles, or Identity Provider (IdP) setups.
38+
Multi-tenancy is the backbone of SaaS, but it complicates identity management. Different tenants may need custom sign-in flows, roles, or [Identity Provider (IdP)](/blog/post/understanding-idp-vs-sp-initiated-sso) setups.
3739

3840
Appwrite’s **Teams API** provides per-tenant identity management—supporting isolation, security, and flexibility at scale.
3941

@@ -51,12 +53,10 @@ Appwrite’s architecture is designed for high scalability, keeping authenticati
5153

5254
## Meeting compliance and privacy expectations
5355

54-
Regulations like GDPR, HIPAA, and SOC 2 demand strict user data protection and auditability.
56+
Regulations like [GDPR](/docs/advanced/security/gdpr), [HIPAA](/docs/advanced/security/hipaa), and [SOC 2](/docs/advanced/security/soc2) demand strict user data protection and auditability.
5557

5658
Appwrite’s built-in encryption, access controls, and regional hosting options make compliance simpler, helping you earn and maintain client trust.
5759

58-
{% 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="Multi-factor authentication" point3="Custom roles and permissions" point4="Session control and management" cta="Request a demo" url="https://appwrite.io/contact-us/enterprise" /%}
59-
6060
# Proven SaaS authentication strategies
6161

6262
## Go passwordless
@@ -85,7 +85,7 @@ Appwrite’s secure session and token handling features make it easier to protec
8585

8686
## Empower tenants with delegated management
8787

88-
Your customers want control. Appwrite’s Teams API lets tenant admins manage users, permissions, and access policies themselvesreducing your operational load and improving client satisfaction.
88+
Your customers want control. Appwrite’s Teams API lets tenant admins manage users, permissions, and access policies themselves, reducing your operational load and improving client satisfaction.
8989

9090
# Choosing the right approach to SaaS authentication
9191

@@ -97,7 +97,7 @@ When building your auth stack, ask:
9797
- **Will it scale?** Performance under load and future-proofing are essential.
9898
- **Can we stay compliant?** Built-in privacy controls save time and headaches.
9999

100-
Appwrite checks every box, giving you a robust, developer-friendly authentication platform without the heavyweight complexity.
100+
Appwrite checks every box, giving you a robust, developer-friendly [authentication platform](/products/auth) without the heavyweight complexity.
101101

102102
# Ship SaaS authentication smarter with Appwrite
103103

0 commit comments

Comments
 (0)