Actions are secure, tenant-specific, versioned functions written in Node.js that execute at certain points within the Auth0 platform. Actions are used to customize and extend Auth0’s capabilities with custom logic.
Read…To learn…                                
Understand How Auth0 Actions WorkHow Auth0 Actions work.
Write Your First ActionHow to write an Action, which includes choosing a trigger, creating an Action and configuring it, and binding it to the flow.
Explore TriggersHow to use Action triggers that represent the pipeline through which information moves through Auth0.
Action Use CasesAbout a variety of examples of implementations using Actions.
Actions Coding GuidelinesHow to write clear, concise, and secure Actions code with our coding guidelines.
Action LimitationsAbout limitations with Actions that you should consider.
Actions Transaction MetadataHow to use Transaction Metadata to pass user or application metadata between login and post-login Actions.
Manage DependenciesHow to install and manage dependencies inside of Actions.
Manage VersionsHow to compare drafted and deployed versions of Actions and revert to previous version if necessary.
Test ActionsHow to test and debug Auth0 Actions.
ReleasesAbout released versions of Actions, including breaking changes and new features.
Migrate to ActionsHow to migrate to Auth0 Actions from Rules and Hooks as well as explore migration tools and limitations.
Templates for ActionsHow to use Actions Templates.
Actions Real-time LogsHow to use the Auth0 Actions Real-time Logs.