What is the difference between Actions (new) and Rules

Hi @r-brown ,

Auth0 Rules is a great way to extend your authentication flow. It will execute after the user have completed authentication and before the tokens are issued to the application.

Actions are bit different than rules because you can “hook” several functional services that fire during specific events across multiple identity flows.

Currently the features are bit limited but going forward, Auth0 will focus more on enhancing Auth0 actions.

3 Likes