Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.79 KB

index.md

File metadata and controls

46 lines (31 loc) · 1.79 KB
title description topics contentType useCase
Hooks
Learn about Auth0 Hooks for Database Connections and Passwordless Connections.
hooks
extensibility-points
index
concept
extensibility-hooks

Hooks

<%= include('../_includes/_ip_whitelist') %>

Hooks are secure, self-contained functions that allow you to customize the behavior of Auth0 when executed for selected extensibility points of the Auth0 platform. Auth0 invokes Hooks during runtime to execute your custom Node.js code.

Whether Hooks can be used with connections varies according to extensibility point. Hooks that can be used with connections only work with Database Connections and Passwordless Connections.

Manage Hooks

You can create, update, delete, enable/disable, and view Hooks from the Dashboard or Management API. To learn more, see:

Hooks may also be imported and exported using the Deploy Command-Line Interface (CLI) Extension.

<%= include('./_includes/_handle_rate_limits') %>

Manage Hook Secrets

Hooks feature integrated secret management to securely store secrets while making them conveniently available in code. To learn more, see Hook Secrets.

Test Hooks

The Hooks editor in the Dashboard has an integrated Runner, which allows you to test your code without leaving the editor.

<%= include('./_includes/_test_runner_save_warning') %>

View Logs

You can view real-time logging information for specific configured Hooks using the Dashboard. To learn more, see View Logs for Hooks.