Skip to content

Commit 33684f3

Browse files
committed
auth0 name in app
1 parent d9ef8f5 commit 33684f3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

apps/web/public/content/auth0.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Before you connect Auth0 Logs Streams to Tinybird, ensure:
2525

2626
2. Select **Create Stream**.
2727

28-
3. In Tinybird, create a Data Source, called `auth0_logs` in this example, with the following schema:
28+
3. In Tinybird, create a Data Source, called `auth0` in this example, with the following schema:
2929

3030
```tb {% title = 'Data Source schema for Auth0 logs streams %}
3131
SCHEMA >
@@ -66,7 +66,7 @@ Using the [JSON Data Type](/sql-reference/data-types/json) you can store the sem
6666
5. Back in Auth0, paste the Events API URL in your Webhook Endpoint URL. Use the query parameter `name` to match the name of the Data Source you created in Tinybird. For example:
6767

6868
```
69-
https://api.tinybird.co/v0/events?name=auth0_logs&token=TOKEN
69+
https://api.tinybird.co/v0/events?name=auth0&token=TOKEN
7070
```
7171

7272
Content Type is `application/json` and Content Format is `JSON Lines`.
@@ -75,7 +75,7 @@ Content Type is `application/json` and Content Format is `JSON Lines`.
7575

7676
2. You're done. Any of the Auth0 Log Streams events you selected is automatically sent to Tinybird through the [Events API](https://tinybird.co/docs/get-data-in/ingest-apis/events-api).
7777

78-
You can check the status of the integration from the **Health** tab in the created webhook or from the **Log** tab in the Tinybird `auth0_logs` Data Source.
78+
You can check the status of the integration from the **Health** tab in the created webhook or from the **Log** tab in the Tinybird `auth0` Data Source.
7979

8080
## See also
8181

apps/web/src/lib/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export const TOOLS: Record<string, AppGridItem> = {
2727
},
2828
auth0: {
2929
id: 'auth0',
30-
ds: 'auth0_logs',
30+
ds: 'auth0',
3131
name: 'Auth0',
3232
description: 'Identity platform',
3333
icon: '🔑'

0 commit comments

Comments
 (0)