Skip to content

Commit a8f16fc

Browse files
authored
Merge branch 'main' into docs/frontmatter-updates
2 parents 52af9ea + 5a13c70 commit a8f16fc

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

src/content/docs/billing/about-billing/about-billing.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ relatedArticles:
77
- 9d1daf85-1a2c-4cc5-879a-230c950bed12
88
- e6dde80d-2977-419f-a05a-62ad0a7ac6de
99
- 100f75f1-a0a4-459f-874f-da127f2d0615
10+
app_context:
11+
- m: billing
12+
s: plans
1013
description: Overview of Kinde billing capabilities including plan management, pricing tables, payment processing, and customer lifecycle management.
1114
metadata:
1215
topics: [billing]

src/content/docs/developer-tools/guides/deploy-on-vercel.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ If you want to test what your app will look like with Kinde auth, follow this gu
3636

3737
- A [Vercel](https://vercel.com/) account - You can sign up free using GitHub or your email.
3838
- A [GitHub](https://github.com/) account - You can use third-party Git sources, but this tutorial will focus on GitHub.
39-
- A deployed application that uses Kinde OR a starter kit such as the [NextJS starter kit](https://github.com/kinde-starter-kits/kinde-nextjs-app-router-starter-kit).
39+
- A deployed application that uses Kinde OR a starter kit such as the [Next.js starter kit](https://github.com/kinde-starter-kits/kinde-nextjs-app-router-starter-kit).
4040

4141
## (Optional) Set up a project using a Kinde starter kit
4242

src/content/docs/developer-tools/your-apis/register-manage-apis.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ If you manage your application’s data using APIs, you can register them with K
3939

4040
Doing this facilitates authentication between your back-end code framework and front-end application where users sign in.
4141

42-
When you register your API with Kinde and link it to a Kinde application, the API will be in the audience (`aud`) claim of the token. The token can then be used to make a request from the front-end to the back-end, which verifies the token and checks the `aud` claim.
42+
When you register your API with Kinde and link it to a Kinde application, the API can be included in the audience (`aud`) claim of the token. To have it included, your front-end must request the audience by passing it when initializing the SDK or making a token request. Once included, the token can be used to make a request from the front-end to the back-end, which verifies the token and checks the `aud` claim.
43+
4344

4445
## To register an API in Kinde
4546

src/content/docs/integrate/third-party-tools/kinde-supabase.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ In this guide, we will walk through integrating Kinde and Supabase to build a pe
5252
1. [Sign in to Kinde](https://kinde.com/) and on the front page, select **Add application**.
5353
2. Enter a name for the application and select **Back-end web** as the application type.
5454
3. Select **Save**. The **Quick start** page opens.
55-
4. Select **NextJS** from the list of back-end SDKs, then select **Save**.
55+
4. Select **Next.js** from the list of back-end SDKs, then select **Save**.
5656
5. On the **Quick Start** page, select either **Starter Kit** or **Existing codebase** and follow the setup steps. For either path:
5757
1. Select **Set** for each default callback URL to configure your application's callback settings.
5858

@@ -130,7 +130,7 @@ In this guide, we will walk through integrating Kinde and Supabase to build a pe
130130
It also inserts four sample todo items. We will need this for later.
131131

132132

133-
## Step 3: Setup a NextJS project with Supabase and Kinde
133+
## Step 3: Setup a Next.js project with Supabase and Kinde
134134

135135
1. Run the following command in your terminal window to start a new project with Next.js and Supabase. Follow the on-screen instructions.
136136

0 commit comments

Comments
 (0)