From 0ee2d49817aa70adcc084110de2fecb8d6d6f733 Mon Sep 17 00:00:00 2001 From: Nick Gagliardi <133918568+nick-gagliardi@users.noreply.github.com> Date: Thu, 9 Jul 2026 10:37:42 -0400 Subject: [PATCH 01/14] Update events.mdx --- main/docs/customize/events.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/docs/customize/events.mdx b/main/docs/customize/events.mdx index c92e54e308..0b5b6f03d8 100644 --- a/main/docs/customize/events.mdx +++ b/main/docs/customize/events.mdx @@ -1,6 +1,6 @@ --- title: Events -description: Use real-time notifications of events on your Auth0 tenant to orchestrate changes to external apps or third-party services. +description: Understand Auth0 Events, an API-based mechanism for streaming real-time notifications of tenant changes like user creation to external systems, identity correlation, and workflow orchestration. --- Events are real-time notifications about specific actions that have occurred within your Auth0 tenant. You can use events in two ways: From 31d9d3e20977330273bcb6c49255c5f47a2eab50 Mon Sep 17 00:00:00 2001 From: Nick Gagliardi <133918568+nick-gagliardi@users.noreply.github.com> Date: Thu, 9 Jul 2026 10:40:00 -0400 Subject: [PATCH 02/14] Update event-testing-observability-and-failure-recovery.mdx --- .../events/event-testing-observability-and-failure-recovery.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/docs/customize/events/event-testing-observability-and-failure-recovery.mdx b/main/docs/customize/events/event-testing-observability-and-failure-recovery.mdx index 6a20cd9359..21d5f54c20 100644 --- a/main/docs/customize/events/event-testing-observability-and-failure-recovery.mdx +++ b/main/docs/customize/events/event-testing-observability-and-failure-recovery.mdx @@ -1,5 +1,5 @@ --- -description: Learn more about testing and managing your events and event streams. +description: Test an Auth0 event stream, monitor delivery failutes by polling the Deliveries endpoint, and recover missed events with the single and batch Redelivery APIs to keep your event stream reliable. title: Event Testing, Observability, and Failure Recovery --- From 75d6d101a88a93dee1dd0330b7fc4db2d4987193 Mon Sep 17 00:00:00 2001 From: Nick Gagliardi <133918568+nick-gagliardi@users.noreply.github.com> Date: Thu, 9 Jul 2026 10:41:03 -0400 Subject: [PATCH 03/14] Update event-types.mdx --- main/docs/customize/events/event-types.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/docs/customize/events/event-types.mdx b/main/docs/customize/events/event-types.mdx index 7b70eabdbe..08e8a0739b 100644 --- a/main/docs/customize/events/event-types.mdx +++ b/main/docs/customize/events/event-types.mdx @@ -1,6 +1,6 @@ --- title: Event Types -description: View the Event object schema for supported event types. +description: Understand the the cloud events schema Auth0 uses to publish event objects, including required fields and the user event data payload, so you can build event streams that listen for supported event types. --- You can create event streams that listen for different types of events, such as the creation of a new user profile. The sections below outline specific details for currently supported event types. From 159e052152b1c7907a41caa1593e25f2167267ab Mon Sep 17 00:00:00 2001 From: Nick Gagliardi <133918568+nick-gagliardi@users.noreply.github.com> Date: Thu, 9 Jul 2026 10:42:45 -0400 Subject: [PATCH 04/14] Update events-best-practices.mdx --- main/docs/customize/events/events-best-practices.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/docs/customize/events/events-best-practices.mdx b/main/docs/customize/events/events-best-practices.mdx index dfda73681c..6f626333f6 100644 --- a/main/docs/customize/events/events-best-practices.mdx +++ b/main/docs/customize/events/events-best-practices.mdx @@ -1,5 +1,5 @@ --- -description: Review best practices for using Events in Auth0 +description: Review Auth0 Events best practices for reliably handling event streams, including acknowledging deliveries, using asynchronous queues, deduplicating and ordering events, and understanding retry and auto-disable behavior. title: Events Best Practices --- From b80127c49759e3547e4e7534b4c8a1d26703ee80 Mon Sep 17 00:00:00 2001 From: Nick Gagliardi <133918568+nick-gagliardi@users.noreply.github.com> Date: Thu, 9 Jul 2026 10:46:01 -0400 Subject: [PATCH 05/14] Update deploy-private-cloud.mdx --- main/docs/deploy-monitor/deploy-private-cloud.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/docs/deploy-monitor/deploy-private-cloud.mdx b/main/docs/deploy-monitor/deploy-private-cloud.mdx index 39638b2830..5f4ae7d20f 100644 --- a/main/docs/deploy-monitor/deploy-private-cloud.mdx +++ b/main/docs/deploy-monitor/deploy-private-cloud.mdx @@ -1,5 +1,5 @@ --- -description: Describes Auth0 private cloud deployment options. +description: Compare Auth0 Private Cloud managed-service deployment options on AWS and Azure to choose a dedicated, isolated environment that meets your data-residency, performance, and guaranteed-RPS requirements beyond the multi-tenant Public Cloud. sidebarTitle: Overview title: Private Cloud Deployments --- @@ -18,4 +18,4 @@ The Auth0 private cloud can be deployed in the following ways: We also provide [add-on features](/docs/deploy-monitor/deploy-private-cloud/private-cloud-add-on-features) that can complement your Auth0 Private Cloud deployment. -If you have specific support requirements or need more information about the Professional Services we offer, please [contact Auth0 Sales](https://auth0.com/contact-us). \ No newline at end of file +If you have specific support requirements or need more information about the Professional Services we offer, please [contact Auth0 Sales](https://auth0.com/contact-us). From 7409e62f2128b385abddad4a40f8c7cb66951699 Mon Sep 17 00:00:00 2001 From: Nick Gagliardi <133918568+nick-gagliardi@users.noreply.github.com> Date: Thu, 9 Jul 2026 10:47:13 -0400 Subject: [PATCH 06/14] Update delete-hooks.mdx candidate for deprecation --- main/docs/customize/hooks/delete-hooks.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/docs/customize/hooks/delete-hooks.mdx b/main/docs/customize/hooks/delete-hooks.mdx index 5895d427e1..f834993229 100644 --- a/main/docs/customize/hooks/delete-hooks.mdx +++ b/main/docs/customize/hooks/delete-hooks.mdx @@ -1,5 +1,5 @@ --- -description: Learn how to delete Hooks using the Dashboard and Management API. +description: Delete an Auth0 Hook you no longer need using the Dashboard or a `DELETE` call to the Management API Hooks endpoint with the `update:hooks` scope. title: Delete Hooks --- import {AuthCodeBlock} from "/snippets/AuthCodeBlock.jsx"; From fa964b24ccc5d703cbbfe025fb41cb57765b45f9 Mon Sep 17 00:00:00 2001 From: Nick Gagliardi <133918568+nick-gagliardi@users.noreply.github.com> Date: Thu, 9 Jul 2026 10:48:11 -0400 Subject: [PATCH 07/14] Update hook-secrets.mdx candidate for deprecation --- main/docs/customize/hooks/hook-secrets.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/docs/customize/hooks/hook-secrets.mdx b/main/docs/customize/hooks/hook-secrets.mdx index adbfb72520..47d4b8068c 100644 --- a/main/docs/customize/hooks/hook-secrets.mdx +++ b/main/docs/customize/hooks/hook-secrets.mdx @@ -1,5 +1,5 @@ --- -description: Learn about integrated secret management used with Auth0 Hooks. +description: Understand integrated secret management for Auth0 Hooks, which securely stores secrets accessed via `context.webtask.secrets` and managed through the Dashboard, Management API, or Deploy CLI. sidebarTitle: Overview title: Hook Secrets --- @@ -44,4 +44,4 @@ Hook Secrets can also be imported or exported using the [Deploy Command-Line Int ## Learn more -* [Auth0 Hooks](/docs/customize/hooks) \ No newline at end of file +* [Auth0 Hooks](/docs/customize/hooks) From b23f11f60775f36a9e1a22493f2140ebffd02684 Mon Sep 17 00:00:00 2001 From: Nick Gagliardi <133918568+nick-gagliardi@users.noreply.github.com> Date: Thu, 9 Jul 2026 10:48:54 -0400 Subject: [PATCH 08/14] Update view-logs-for-hooks.mdx candidate for deprecation --- main/docs/customize/hooks/view-logs-for-hooks.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/docs/customize/hooks/view-logs-for-hooks.mdx b/main/docs/customize/hooks/view-logs-for-hooks.mdx index ebcffc72f4..0c58e58c34 100644 --- a/main/docs/customize/hooks/view-logs-for-hooks.mdx +++ b/main/docs/customize/hooks/view-logs-for-hooks.mdx @@ -1,5 +1,5 @@ --- -description: Learn how to view logs for hooks using the Auth0 Dashboard. +description: View real-time logging output for an Auth0 Hook from the Dashboard Hooks Editor to inspect execution and troubleshoot behavior. title: View Logs for Hooks --- @@ -29,4 +29,4 @@ From the Dashboard, you can view real-time logging information for hooks (and al ![Auth0 Hooks select a Hook](/docs/images/cdy7uua7fh8z/2y2R713TkAvQWIMZPMd1zh/bf0a657261f2d090492660ea5962e0a3/dashboard-hooks-list.png) 2. In the top right corner of the Hooks Editor, select the logs icon. - ![Auth0 Hook Editor](/docs/images/cdy7uua7fh8z/26u71QdXxZxg5zIH8SJQAg/e9bbd25b99d9b8fd44c281b6de83a5a3/dashboard-hooks-edit_menu.png) \ No newline at end of file + ![Auth0 Hook Editor](/docs/images/cdy7uua7fh8z/26u71QdXxZxg5zIH8SJQAg/e9bbd25b99d9b8fd44c281b6de83a5a3/dashboard-hooks-edit_menu.png) From 0f177a82ece02418484413a58ed4fa2d36392ab4 Mon Sep 17 00:00:00 2001 From: Nick Gagliardi <133918568+nick-gagliardi@users.noreply.github.com> Date: Thu, 9 Jul 2026 10:49:49 -0400 Subject: [PATCH 09/14] Update cache-resources.mdx candidate for deprecation --- main/docs/customize/rules/cache-resources.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/docs/customize/rules/cache-resources.mdx b/main/docs/customize/rules/cache-resources.mdx index c9e167a7e8..fa3304f20f 100644 --- a/main/docs/customize/rules/cache-resources.mdx +++ b/main/docs/customize/rules/cache-resources.mdx @@ -1,5 +1,5 @@ --- -description: How to cache expensive resources in your Rules code. +description: Cache expensive resources across Auth0 Rule executions using a persistent global object to avoid recreating them each run. title: Cache Expensive Resources in Rules --- @@ -43,4 +43,4 @@ function query(db, cb){ -To learn more about using MongoDB, read [the MongoDB Manual](https://docs.mongodb.com/manual/). \ No newline at end of file +To learn more about using MongoDB, read [the MongoDB Manual](https://docs.mongodb.com/manual/). From f69d0abe55363f7a57cb21c080bd5f7a9b197c9d Mon Sep 17 00:00:00 2001 From: Nick Gagliardi <133918568+nick-gagliardi@users.noreply.github.com> Date: Thu, 9 Jul 2026 10:50:57 -0400 Subject: [PATCH 10/14] Update debug-rules.mdx candidate for deprecation --- main/docs/customize/rules/debug-rules.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/docs/customize/rules/debug-rules.mdx b/main/docs/customize/rules/debug-rules.mdx index 096ff0f572..c24e710b8f 100644 --- a/main/docs/customize/rules/debug-rules.mdx +++ b/main/docs/customize/rules/debug-rules.mdx @@ -1,5 +1,5 @@ --- -description: Learn how to debug your Auth0 rules. +description: Debug an Auth0 Rule using `console.log` output surfaced through the Rules Editor Save and Try feature, Actions Real-time Logs, or the legacy Debug Rule CLI. title: Debug Rules --- @@ -34,4 +34,4 @@ The **Try this rule script** feature functions outside a specific client context ## Actions Real-time Logs -The Actions Real-time Logs displays all logs in real-time for all custom code in your account, which includes all `console.log` output and exceptions. To learn more, read [Actions Real-time Logs](/docs/customize/actions/actions-real-time-logs). \ No newline at end of file +The Actions Real-time Logs displays all logs in real-time for all custom code in your account, which includes all `console.log` output and exceptions. To learn more, read [Actions Real-time Logs](/docs/customize/actions/actions-real-time-logs). From fb978a0ad214cd7e3df33060c48cccab4feab4f3 Mon Sep 17 00:00:00 2001 From: Nick Gagliardi <133918568+nick-gagliardi@users.noreply.github.com> Date: Thu, 9 Jul 2026 10:51:46 -0400 Subject: [PATCH 11/14] Update use-management-api.mdx candidate for deprecation --- main/docs/customize/rules/use-management-api.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/docs/customize/rules/use-management-api.mdx b/main/docs/customize/rules/use-management-api.mdx index 6b7381546a..f56ed9a2b8 100644 --- a/main/docs/customize/rules/use-management-api.mdx +++ b/main/docs/customize/rules/use-management-api.mdx @@ -1,5 +1,5 @@ --- -description: Learn how to use the Management API from within rules. +description: Call the Auth0 Management API from within a RUle using the restricted `auth0 ManagementClient` object, or require a newer `node-auth0` version for additional endpoints and scopes. title: Use the Management API from within Rules --- From 5f0009cacbca2fbcb043f23814a1cd1be8bbaef8 Mon Sep 17 00:00:00 2001 From: Nick Gagliardi <133918568+nick-gagliardi@users.noreply.github.com> Date: Thu, 16 Jul 2026 14:27:32 -0400 Subject: [PATCH 12/14] Update main/docs/customize/rules/use-management-api.mdx Co-authored-by: Amanda VS --- main/docs/customize/rules/use-management-api.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/docs/customize/rules/use-management-api.mdx b/main/docs/customize/rules/use-management-api.mdx index f56ed9a2b8..fe95588a55 100644 --- a/main/docs/customize/rules/use-management-api.mdx +++ b/main/docs/customize/rules/use-management-api.mdx @@ -1,5 +1,5 @@ --- -description: Call the Auth0 Management API from within a RUle using the restricted `auth0 ManagementClient` object, or require a newer `node-auth0` version for additional endpoints and scopes. +description: Call the Auth0 Management API from within a Rule using the restricted `auth0 ManagementClient` object, or require a newer `node-auth0` version for additional endpoints and scopes. title: Use the Management API from within Rules --- From 9e7f00e74b1f9bf90714d9d93809a331b02331fb Mon Sep 17 00:00:00 2001 From: Nick Gagliardi <133918568+nick-gagliardi@users.noreply.github.com> Date: Thu, 16 Jul 2026 14:27:42 -0400 Subject: [PATCH 13/14] Update main/docs/deploy-monitor/deploy-private-cloud.mdx Co-authored-by: Amanda VS --- main/docs/deploy-monitor/deploy-private-cloud.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/docs/deploy-monitor/deploy-private-cloud.mdx b/main/docs/deploy-monitor/deploy-private-cloud.mdx index 5f4ae7d20f..052343369b 100644 --- a/main/docs/deploy-monitor/deploy-private-cloud.mdx +++ b/main/docs/deploy-monitor/deploy-private-cloud.mdx @@ -1,5 +1,5 @@ --- -description: Compare Auth0 Private Cloud managed-service deployment options on AWS and Azure to choose a dedicated, isolated environment that meets your data-residency, performance, and guaranteed-RPS requirements beyond the multi-tenant Public Cloud. +description: Compare Auth0 Private Cloud-managed service deployment options on AWS and Azure to choose a dedicated, isolated environment that meets your data-residency, performance, and guaranteed RPS requirements beyond the multi-tenant Public Cloud. sidebarTitle: Overview title: Private Cloud Deployments --- From 788e55951f1822473af64509134639f0b62a8775 Mon Sep 17 00:00:00 2001 From: Nick Gagliardi <133918568+nick-gagliardi@users.noreply.github.com> Date: Thu, 16 Jul 2026 14:28:34 -0400 Subject: [PATCH 14/14] Update event-testing-observability-and-failure-recovery.mdx --- .../events/event-testing-observability-and-failure-recovery.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/docs/customize/events/event-testing-observability-and-failure-recovery.mdx b/main/docs/customize/events/event-testing-observability-and-failure-recovery.mdx index 21d5f54c20..d0c78eb1d1 100644 --- a/main/docs/customize/events/event-testing-observability-and-failure-recovery.mdx +++ b/main/docs/customize/events/event-testing-observability-and-failure-recovery.mdx @@ -1,5 +1,5 @@ --- -description: Test an Auth0 event stream, monitor delivery failutes by polling the Deliveries endpoint, and recover missed events with the single and batch Redelivery APIs to keep your event stream reliable. +description: Test an Auth0 event stream, monitor delivery failutes by polling the Deliveries endpoint, and recover missed events with a single call and batch Redelivery APIs to keep your event stream reliable. title: Event Testing, Observability, and Failure Recovery ---