# rule-utilities **Repository Path**: mirrors_auth0/rule-utilities ## Basic Information - **Project Name**: rule-utilities - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-29 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Auth0 Rule Utilities [![npm version](https://badge.fury.io/js/%40auth0%2Frule-utilities.svg)](https://badge.fury.io/js/%40auth0%2Frule-utilities) This is a collection of utilities for use in the [Auth0 Rules](https://auth0.com/docs/rules) pipeline. **References** - [Redirect Rule guide](https://auth0.com/docs/rules/redirect-users) - [Rules best practices](https://auth0.com/docs/best-practices/rules-best-practices) ## Redirect Rule Utilities Use the `Auth0RedirectRuleUtilities` class in rules that need to redirect users outside of the Rules pipeline to collect information or run additional validation. **[See an example here 👉](https://github.com/auth0/rule-utilities/blob/master/examples/redirectRuleExample.js)**