It looks like any one can create new user if they get hold of Client Id (easily available to public) using below code,
axios.post(https://${process.env.REACT_APP_AUTH0_DOMAIN}/dbconnections/signup, formData ). Is there any way to restrict user creation?
Thanks for reply @dan.woda,
I understand there can not be an authenticated user for new Signup. There should be an option to set minimum security around the signup. example, give an option to set CORS sites so that other websites can not simply call the API and create users on Auth0. This will avoid DDoS kind of attacks.