Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/lib/utils/blog-cta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ const STARTUPS_CTA: BlogCtaConfig = {
const AUTH_CTA: BlogCtaConfig = {
heading: 'Customer identity without the hassle',
description: 'Add secure authentication in minutes, not weeks.',
label: 'Request a demo',
href: 'https://appwrite.io/contact-us/enterprise',
event: 'blog-cta-auth-demo-btn-click',
label: 'Get started',
href: getAppwriteDashboardUrl(),
event: 'blog-cta-auth-get-started-btn-click',
points: [
'Built-in security and compliance',
'Multiple login methods',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ You can mix and match depending on your store's needs.

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)

{% 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="Request a demo" url="https://appwrite.io/contact-us/enterprise" /%}
{% 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="Get started" url="https://cloud.appwrite.io/" /%}

## 3. **Self-Service account management**

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Technologies like **Single Sign-On (SSO)** help bridge this gap—offering both

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

{% 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" /%}
{% 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="Get started" url="https://cloud.appwrite.io/" /%}

## Managing multi-tenant complexity

Expand Down
2 changes: 1 addition & 1 deletion src/routes/blog/post/understand-oauth2/+page.markdoc
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ OAuth2 offers different "flows" to accommodate various scenarios. Here's a break

- Web apps with secure backend servers.

{% call_to_action title="Customer identity without the hassle" description="Add secure authentication for your users in just a couple of minutes." point1="Multiple OAuth providers" point2="Built-in security" point3="Custom roles and permissions" point4="Integrates with your favourite SDK" cta="Request a demo" url="https://appwrite.io/contact-us/enterprise" /%}
{% call_to_action title="Customer identity without the hassle" description="Add secure authentication for your users in just a couple of minutes." point1="Multiple OAuth providers" point2="Built-in security" point3="Custom roles and permissions" point4="Integrates with your favourite SDK" cta="Get started" url="https://cloud.appwrite.io/" /%}


## 2. Authorization code flow with PKCE (Proof Key for Code Exchange)
Expand Down
2 changes: 1 addition & 1 deletion src/routes/blog/post/what-is-ciam/+page.markdoc
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ A comprehensive CIAM solution includes:
- **Scalability:** Designed to handle millions of users simultaneously without compromising performance.
- **Security measures:** Features like passwordless [authentication](/products/auth), biometric verification, and threat detection protect both customer data and business operations.

{% call_to_action title="Customer identity without the hassle" description="Add secure authentication for your users in just a couple of minutes." point1="Email/Password, SMS, OAuth, and more" point2="Server side rendering" point3="Session control and management" point4="Built-in security and compliance" cta="Request a demo" url="https://appwrite.io/contact-us/enterprise" /%}
{% call_to_action title="Customer identity without the hassle" description="Add secure authentication for your users in just a couple of minutes." point1="Email/Password, SMS, OAuth, and more" point2="Server side rendering" point3="Session control and management" point4="Built-in security and compliance" cta="Get started" url="https://cloud.appwrite.io/" /%}

# Why CIAM matters

Expand Down
Loading