Skip to content

Commit aad7442

Browse files
authored
Update +page.markdoc
1 parent 36a6d31 commit aad7442

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
@@ -27,7 +27,7 @@ A streamlined login flow keeps users engaged, but as identity attacks rise, stro
2727

2828
Security measures like MFA, device verification, and session management often add steps to login flows. If not handled thoughtfully, they frustrate users.
2929

30-
Technologies like **Single Sign-On (SSO)** help bridge this gap—offering both enhanced security and smoother user experiences.
30+
Technologies like **Single Sign-On (SSO)** help bridge this gap—offering both enhanced [security](/docs/products/auth/security) and smoother user experiences.
3131

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

@@ -63,19 +63,19 @@ Appwrite’s built-in encryption, access controls, and regional hosting options
6363

6464
Traditional passwords are painful and risky. Passwordless options like Magic URLs dramatically improve both security and user experience.
6565

66-
Appwrite’s Magic URL feature lets users log in securely with a single click—no passwords, no friction.
66+
Appwrite’s Magic URL feature lets users log in securely with a single click—no passwords, no friction. Learn more about [Magic URL](/docs/products/auth/magic-url).
6767

6868
## Offer Single Sign-On (SSO)
6969

7070
Enterprise SaaS customers expect SSO integration with providers like Google Workspace, Okta, and Azure AD.
7171

72-
Appwrite supports OAuth out of the box, and flexible extensions let you connect to custom or third-party IdPs easily.
72+
Appwrite supports OAuth out of the box, and flexible extensions let you connect to custom or third-party IdPs easily.
7373

7474
## Embrace adaptive MFA
7575

7676
Static MFA prompts can annoy users. Adaptive MFA adjusts authentication requirements based on risk signals—like device reputation or location.
7777

78-
Appwrite enables dynamic security flows with Cloud Functions and custom verification logic. Want to add MFA to your app? We've got you covered in the [docs](https://appwrite.io/docs/products/auth/mfa).
78+
Appwrite enables dynamic security flows with Cloud Functions and custom verification logic. Want to add MFA to your app? We've got you covered in the [docs](/docs/products/auth/mfa).
7979

8080
## Prioritize secure API access
8181

@@ -108,7 +108,7 @@ With Appwrite, you can launch secure, scalable, and flexible authentication flow
108108
Ready to simplify your SaaS authentication journey? [Deploy Appwrite](https://appwrite.io/cloud) and start building your future, today.
109109

110110
# Futher reading
111-
- [Appwrite Authentication docs](https://appwrite.io/docs/products/auth)
111+
- [Appwrite Authentication docs](/docs/products/auth)
112112
- [Setup magic link authentication](https://youtu.be/mqgNmx9YE5w?si=FsCD88afY4Cu_Bdl)
113-
- [Appwrite Authentication quick-start doc](https://appwrite.io/docs/products/auth/quick-start)
113+
- [Appwrite Authentication quick-start doc](/docs/products/auth/quick-start)
114114

0 commit comments

Comments
 (0)