Hi,
Right now we are creating, updating and deleting users from Auth0 dashboard but going forward we need to implement that in our website so that our customers can create users on their own. I know that we can use management API to achieve this but since I am new to Auth0 can I get a detailed steps of how to implement this. Our application is a single page NodeJs application and right now I am using the custom API for authentication. Can I use the existing custom API to achieve my requirement ? or should I use Auth0 Management API (System API to achieve this) if that is the case how can I use it with my existing custom API.
Since I am new to Auth0 it will be very helpful to me If I get proper idea of the implementation to be done