Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/docs/src/content/docs/guides/authentication.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { TabItem, Tabs } from '@astrojs/starlight/components';

:::note[Note]
This guide is for **hosted** integrations.
If you are using `ChatKit.js` with a custom backend, see [Custom Backends](/guides/custom-backends).
If you are using `ChatKit.js` with a custom backend, see [Custom Backends](/chatkit-js/guides/custom-backends).
:::

ChatKit uses short‑lived client tokens issued by your server. Your backend creates a session and returns a token to trusted clients. Clients never use your API key directly.
Expand Down