Skip to content

Rules are code snippets written in JavaScript that are executed as part of the authentication pipeline in Auth0 https://auth0.com/docs/rules

Notifications You must be signed in to change notification settings

ShayMe21/auth0-rules

Repository files navigation

Some useful Auth0 Rules

Rules are code snippets written in JavaScript that are executed as part of the authentication pipeline in Auth0. This happens every time a user authenticates to an application. Rules enable very powerful customizations and extensions to be easily added to Auth0.

Supported Node runtime

At this time, both Node 4 and Node 8 are supported to run your Webtask code, however Node 4 is going out of Long-term support. Migration guide here.

Avaiable Modules in Rules

Info for beginners

  • Rules are executed after user authentication so they are part of the authorization process.
  • Rules are run in order, so logically ordering your rules is important.
  • Read Auth0 best practices on Rules.

About

Rules are code snippets written in JavaScript that are executed as part of the authentication pipeline in Auth0 https://auth0.com/docs/rules

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published