Is it Possible to Update an NPM Package for Rules

Last Updated: Aug 12, 2024

Overview

This article clarifies whether it is possible to update certain NPM module in Auth0 Rules.

Applies To

  • NPM Module
  • Auth0 Rules

Solution

To confirm the latest available version for a specific module, visit:

If a module is outdated and needs an update, submit a new issue on our Can I Require Github page.

NOTE: The End of Life (EOL) date of Rules and Hooks is set to November 18, 2024, and they are currently no longer available to new tenants created as of October 16, 2023. Existing tenants with active Hooks will retain Hooks product access through end of life.

We highly recommend using Actions to extend Auth0. Actions offer access to rich type information, inline documentation, and public npm packages, and can connect external integrations that enhance the overall extensibility experience.

To learn more about what Actions offer, read Understand How Auth0 Actions Work.

To find more information about the Rules and Hooks deprecation, read our blog post: Preparing for Rules and Hooks End of Life.

Related References