Best practices for testing Action code

Overview
We are currently using Actions and Auth Flows to annnotate our enterprise connections.
We would like to understand if there is any best practice for how to develop and test our actions and auth flows before they are used for out production applications? Currently, we do not see a way of have in a flow/action that is 'in development' vs a flow/action that is production ready.
Cause
**info**
Solution
For best practices for testing Action code in lower environments before promoting to production, we recommend setting up separate tenants for dev, stage, and prod so they can be isolated from each other. Our doc here goes into this further:

https://auth0.com/docs/get-started/auth0-overview/create-tenants/set-up-multiple-environments

To handle changes between these environments we offer the Deploy CLI or Terraform provider which you can integrate with your existing CI/CD workflow. More on that can be found here:

https://auth0.com/docs/deploy-monitor/deploy-cli-tool/incorporating-into-multi-environment-workflows

Recommended content

No recommended content found...