Skip to content

Commit 9e803d8

Browse files
committed
Updating front matter
1 parent 5a7fdf6 commit 9e803d8

File tree

200 files changed

+434
-606
lines changed

Some content is hidden

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

200 files changed

+434
-606
lines changed

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: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ 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.
2624
---
2725

2826
Kinde supports the following authentication methods.

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ 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.
2422
---
2523

2624
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: 2 additions & 4 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.
@@ -42,8 +40,8 @@ The verification email has limited customizations.
4240
- Email content references your [business] name in Kinde. For example:
4341

4442
<img
45-
src="https://imagedelivery.net/skPPZTHzSlcslvHjesZQcQ/c38710e9-889e-440e-5b6d-3421bb377900/public"
46-
alt=""
43+
src="https://imagedelivery.net/skPPZTHzSlcslvHjesZQcQ/c38710e9-889e-440e-5b6d-3421bb377900/public
44+
alt="
4745
width="672px"
4846
height="auto"
4947
fetchpriority="low"

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.

src/content/docs/authenticate/authentication-methods/password-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-
Comprehensive guide to password authentication including security features, strength requirements, reset methods, and MFA recommendations.
2321
---
2422

2523
Password authentication is where an end user supplies and maintains their own password to access your app or project.

0 commit comments

Comments
 (0)