Skip to content

Commit 473e122

Browse files
committed
Merge branch 'main' into alex/update-sub-processors
2 parents 27a725c + fc89e64 commit 473e122

File tree

362 files changed

+1017
-770
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

362 files changed

+1017
-770
lines changed

src/content.config.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,14 @@ export const collections = {
1010
page_id: z.string().uuid(),
1111
relatedArticles: z.string().array().optional().nullable(),
1212
app_context: z.array(z.any()).optional(),
13-
social_sharing_image_url: z.string().optional()
13+
social_sharing_image_url: z.string().optional(),
14+
ai_summary: z.string().optional(),
15+
keywords: z.array(z.string()).optional().nullable(),
16+
description: z.string().optional(),
17+
sdk: z.union([z.string(), z.array(z.string())]).optional().nullable(),
18+
languages: z.union([z.string(), z.array(z.string())]).optional().nullable(),
19+
audience: z.union([z.string(), z.array(z.string())]).optional(),
20+
complexity: z.string().optional()
1421
})
1522
})
1623
}),

src/content/docs/authenticate/about-auth/about-authentication.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ metadata:
2323
updated: 2025-01-16
2424
featured: false
2525
deprecated: false
26-
ai-summary: >
27-
Comprehensive overview of Kinde's authentication methods including password, passwordless, social sign-in, and enterprise connections with multi-domain support.
26+
ai_summary: Comprehensive overview of Kinde's authentication methods including password, passwordless, social sign-in, and enterprise connections with multi-domain support.
2827
---
2928

3029
Kinde makes authentication easy by providing a range of methods to choose from.

src/content/docs/authenticate/about-auth/authentication-methods.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ metadata:
2121
updated: 2025-01-16
2222
featured: false
2323
deprecated: false
24-
ai-summary: >
25-
Complete guide to Kinde's authentication methods including email/password, passwordless OTP, phone SMS authentication, social providers, and enterprise SSO connections.
24+
ai_summary: Complete guide to Kinde's authentication methods including email/password, passwordless OTP, phone SMS authentication, social providers, and enterprise SSO connections.
2625
---
2726

2827
Kinde supports the following authentication methods.

src/content/docs/authenticate/about-auth/identity-and-verification.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ metadata:
1919
updated: 2025-01-16
2020
featured: false
2121
deprecated: false
22-
ai-summary: >
23-
Comprehensive guide to user identity management in Kinde covering identity types, verification processes, trusted providers, and profile synchronization.
22+
ai_summary: Comprehensive guide to user identity management in Kinde covering identity types, verification processes, trusted providers, and profile synchronization.
2423
---
2524

2625
A key part of making authentication secure, is through verification of user identities. Verification usually happens at sign up, to ensure the person signing up exists and is the intended person gaining access to your app or project.

src/content/docs/authenticate/about-auth/user-communication.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ metadata:
1818
updated: 2025-01-16
1919
featured: false
2020
deprecated: false
21-
ai-summary: >
22-
Guide to Kinde's user communication methods including authentication emails, SMS OTP messages, and webhook integration for custom notifications.
2321
---
2422

2523
Kinde only sends emails or texts to users as part of the authentication experience, for example to send one-time passwords or to verify user identity for self-sign-up.

src/content/docs/authenticate/auth-guides/enterprise-connections-identity.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ metadata:
1717
updated: 2025-01-16
1818
featured: false
1919
deprecated: false
20-
ai-summary: >
21-
Security-focused guide explaining why Kinde enforces one enterprise identity per user to prevent conflicts, ensure account integrity, and simplify tenant management.
2220
---
2321

2422
At Kinde, each user can only have one enterprise identity provider (IdP) connection as part of their user profile. This is because we want to keep things simple, secure, and reliable.

src/content/docs/authenticate/auth-guides/mixed-b2b-b2c.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ metadata:
2020
updated: 2025-01-16
2121
featured: false
2222
deprecated: false
23-
ai-summary: >
24-
Comprehensive guide for setting up unified authentication supporting both B2B enterprise connections and B2C passwordless authentication in a single application.
2523
---
2624

2725
If you have an app or site that supports a mix of business customers and direct customers, this guide shows you how to set up authentication in Kinde to meet both these needs.

src/content/docs/authenticate/auth-guides/pass-params-idp.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ metadata:
1818
updated: 2025-01-16
1919
featured: false
2020
deprecated: false
21-
ai-summary: >
22-
Technical guide for passing static and dynamic parameters to identity providers during OAuth 2.0 and SAML authentication flows.
2321
---
2422

2523
You can pass provider-specific parameters to an Identity Provider (IdP) during authentication. These are also known as 'upstream params'. The values your pass can either be static per connection or dynamic per user.

src/content/docs/authenticate/authentication-methods/email-authentication.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ metadata:
1818
updated: 2025-01-16
1919
featured: false
2020
deprecated: false
21-
ai-summary: >
22-
Complete guide to email authentication covering verification processes, account linking, and customization options for email-based sign-in.
2321
---
2422

2523
The most common application signup and sign in method for users is email. Kinde supports a number of approaches to email authentication.

src/content/docs/authenticate/authentication-methods/email-deliverability.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ metadata:
1717
updated: 2025-01-16
1818
featured: false
1919
deprecated: false
20-
ai-summary: >
21-
Comprehensive guide to email deliverability including custom sender setup, authentication records, and troubleshooting common delivery issues.
2220
---
2321

2422
Kinde encourages users to configure their own email sender, so that verification and other emails are sent form your own business, and not Kinde.

0 commit comments

Comments
 (0)