Skip to content

Commit de1dab6

Browse files
committed
fixup! Update and enable Auth Token example
1 parent e071f69 commit de1dab6

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

src/data/examples/index.ts

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,19 @@ export const examples: Example[] = [
1010
products: ['auth'],
1111
layout: 'single-horizontal',
1212
visibleFiles: ['src/script.ts', 'App.tsx', 'Chat.tsx', 'Home.tsx', 'index.tsx'],
13-
metaTitle: `Build chat history with Ablys Chat SDK`,
13+
metaTitle: `Build chat history with Ably's Chat SDK`,
1414
metaDescription: `Implement chat room history with message persistence and replay. Learn how to store, retrieve, and sync past messages in realtime apps.`,
1515
},
16+
{
17+
id: 'auth-request-token',
18+
name: 'Request Token',
19+
description: 'Request an Ably Token for authenticating users.',
20+
products: ['auth'],
21+
layout: 'single-horizontal',
22+
visibleFiles: ['src/script.ts', 'App.tsx', 'Chat.tsx', 'Home.tsx', 'index.tsx'],
23+
metaTitle: `Authenticate with Ably Token`,
24+
metaDescription: `Learn how to request and use Ably Tokens for client authentication. Secure token-based auth for realtime applications.`,
25+
},
1626
{
1727
id: 'chat-presence',
1828
name: 'Chat presence',

0 commit comments

Comments
 (0)