Skip to content

Commit 7aa40be

Browse files
committed
fix: font for some words
1 parent 2449521 commit 7aa40be

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/content/docs/developer-tools/sdks/backend/remix-sdk.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ The Remix SDK works with back-end applications. Create one in Kinde. See [Add an
7676

7777
## Environment Variables
7878

79-
While configuring your backend application in the Kinde dashboard, copy the `Client ID`, `Client Secret`, `Issuer URL`, and any required redirect URIs. Store these values securely in your application's environment variables.
79+
While configuring your backend application in the Kinde dashboard, copy the **Client ID**, **Client Secret**, **Issuer URL**, and any required redirect URIs. Store these values securely in your application's environment variables.
8080
Add `KINDE_AUDIENCE` if your application needs to call protected APIs (this populates the `aud` claim in access tokens).
8181

8282

@@ -109,7 +109,7 @@ export async function loader({ params, request }: LoaderFunctionArgs) {
109109

110110
## Custom Base Path
111111

112-
By default, authentication endpoints are mounted at `/kinde-auth/`. To use a different prefix (e.g. `/auth/`):
112+
By default, authentication endpoints are mounted at `/kinde-auth/`. *To use a different prefix (e.g. `/auth/`):*
113113

114114
1. Rename the file → `app/routes/auth.$index.tsx`
115115
2. Update all references (links, redirects) from `/kinde-auth/...` to the new path

0 commit comments

Comments
 (0)