Skip to content

Commit c3c358e

Browse files
committed
Fixing merge conflicts from main
1 parent 682a3c4 commit c3c358e

File tree

218 files changed

+219
-219
lines changed

Some content is hidden

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

218 files changed

+219
-219
lines changed

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`.

src/content/docs/build/domains/subdomains-for-callbacks.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: Guide for implementing organization handles and dynamic callbacks to route users to correct subdomains in multi-tenant applications with authentication flow examples.
31+
ai_summary: Guide for implementing organization handles and dynamic callbacks to route users to correct subdomains in multi-tenant applications with authentication flow examples.
3232
---
3333

3434
If you use [organizations in Kinde](/build/organizations/multi-tenancy-using-organizations/), you probably build and maintain multi-tenant software. And if you manage multiple subdomains for those tenants, you'll need to make sure they are redirected to the right subdomain when they authenticate. The most effective way to do this is via ‘organization handles’ supported by a dynamic callback URL.

src/content/docs/build/env-variables/add-manage-env-variables.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ keywords:
2424
updated: 2024-01-15
2525
featured: false
2626
deprecated: false
27-
ai-summary: Step-by-step guide for adding, updating, and deleting environment variables in Kinde including naming conventions and sensitive variable management.
27+
ai_summary: Step-by-step guide for adding, updating, and deleting environment variables in Kinde including naming conventions and sensitive variable management.
2828
---
2929

3030
Environment variables are key-value pairs configured outside your source code so that each value can change depending on the [Environment](/build/environments/environments/). Common use cases are for API keys, and URLs or IDs which change per environment, as they can be more easily updated wherever the key is referenced. You can store as many environment variables in Kinde as you want.

src/content/docs/build/env-variables/store-environment-variables.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ keywords:
2424
updated: 2024-01-15
2525
featured: false
2626
deprecated: false
27-
ai-summary: Guide for storing environment variables in Kinde including sensitive and non-sensitive variable types, environment-specific configuration, and security best practices.
27+
ai_summary: Guide for storing environment variables in Kinde including sensitive and non-sensitive variable types, environment-specific configuration, and security best practices.
2828
---
2929

3030

0 commit comments

Comments
 (0)