Skip to content

Commit 682a3c4

Browse files
committed
Merge branch 'main' into alex/front-matter-updates-for-seo2
2 parents f3ce81a + 1be443d commit 682a3c4

File tree

274 files changed

+274
-273
lines changed

Some content is hidden

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

274 files changed

+274
-273
lines changed

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

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

2627
Kinde supports the following authentication methods.

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

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

2425
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/billing/get-started/build-plans.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ metadata:
2020
updated: 2025-01-16
2121
featured: false
2222
deprecated: false
23-
ai_summary: Guide to developing a plan strategy and building plans in Kinde including B2B/B2C considerations and feature planning.
2423
---
2524

2625
Whether you currently charge for services or are just starting out, building plans is the more complex part of the billing setup process. We recommend you define a strategy before adding plans in Kinde.

src/content/docs/build/applications/about-applications.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ keywords:
2727
updated: 2024-01-15
2828
featured: false
2929
deprecated: false
30-
ai_summary: Comprehensive overview of Kinde applications including backend, frontend, and machine-to-machine applications with OAuth 2.0 flows and security considerations.
30+
ai-summary: Comprehensive overview of Kinde applications including backend, frontend, and machine-to-machine applications with OAuth 2.0 flows and security considerations.
3131
---
3232

3333
Applications in Kinde facilitate the receipt of access tokens in your application’s code. Kinde applications use OAuth 2.0 flows to securely pass tokens.

src/content/docs/build/applications/add-and-manage-applications.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ keywords:
2828
updated: 2024-01-15
2929
featured: false
3030
deprecated: false
31-
ai_summary: Step-by-step guide for adding and managing applications in Kinde including configuration tasks, application deletion, and integration setup requirements.
31+
ai-summary: Step-by-step guide for adding and managing applications in Kinde including configuration tasks, application deletion, and integration setup requirements.
3232
---
3333

3434
Applications are how you make your product or service available to your users, such as through a mobile app, a web app, or a website.

src/content/docs/build/applications/authenticating-spa.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ keywords:
2828
updated: 2024-01-15
2929
featured: false
3030
deprecated: false
31-
ai_summary: Comprehensive guide for authenticating single-page applications with Kinde including client-side and server-side authentication approaches with React and Node.js examples.
31+
ai-summary: Comprehensive guide for authenticating single-page applications with Kinde including client-side and server-side authentication approaches with React and Node.js examples.
3232
---
3333

3434
A very common architecture is to use a decoupled front-end / back-end with a standalone front-end and separate REST API for the back end.

src/content/docs/build/applications/default-login-routes.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ keywords:
2525
updated: 2024-01-15
2626
featured: false
2727
deprecated: false
28-
ai_summary: Guide for setting default login routes to handle session issues and provide fallback authentication endpoints for applications with expired or problematic sessions.
28+
ai-summary: Guide for setting default login routes to handle session issues and provide fallback authentication endpoints for applications with expired or problematic sessions.
2929
---
3030

3131
A default login route provides a kind of ‘safety net’ redirect for users who encounter issues with authenticated sessions in your application. This route provides the login endpoint for the application, so users can navigate back to the sign in screen to restart an authentication session.

src/content/docs/build/applications/rotate-client-secret.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ keywords:
2323
updated: 2024-01-15
2424
featured: false
2525
deprecated: false
26-
ai_summary: Security guide for rotating client secrets in backend and machine-to-machine applications including step-by-step rotation process and dependency management.
26+
ai-summary: Security guide for rotating client secrets in backend and machine-to-machine applications including step-by-step rotation process and dependency management.
2727
---
2828

2929
To ensure your applications remain secure, you can periodically rotate the Client secret stored in the Kinde-side application.

src/content/docs/build/domains/organization-custom-domain.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ keywords:
2626
updated: 2024-01-15
2727
featured: false
2828
deprecated: false
29-
ai_summary: Comprehensive guide for adding custom domains to organizations including DNS configuration, SSL certificate provisioning, verification monitoring, and troubleshooting steps.
29+
ai-summary: Comprehensive guide for adding custom domains to organizations including DNS configuration, SSL certificate provisioning, verification monitoring, and troubleshooting steps.
3030
---
3131

3232
<Aside type="upgrade">

src/content/docs/build/domains/pointing-your-domain.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ keywords:
3232
updated: 2024-01-15
3333
featured: false
3434
deprecated: false
35-
ai_summary: Complete guide for setting up custom domains in Kinde including DNS configuration, verification process, SSL certificate provisioning, and integration with social authentication providers.
35+
ai-summary: Complete guide for setting up custom domains in Kinde including DNS configuration, verification process, SSL certificate provisioning, and integration with social authentication providers.
3636
---
3737

3838
By default, Kinde issues a Kinde subdomain when you first register. But for your production environment you can use your own custom domain instead of Kinde’s as your URL. For example, `account.example.com` instead of `mydomain.kinde.com`.

0 commit comments

Comments
 (0)