How to separate QA and Prod users in Auth0?

Hi what is the best way to separate QA and Prod users for our application using Auth0 authentication? QA creates lots of test users and we don’t want those to clutter up our Prod database, is there a way to “compartmentalize”?

Our recommended way to separate your different environments is to use different tenants. The following documentation outlines the best practices for this.

The next best option to separate users within a single tenant is to create a new database connection for each environment.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.