Does Auth0 have an API for configuration of Applications, Rules, APIs, etc?
Some of the examples are quite long. Here is one example with a page on manual configuration steps: Auth0 Configuration (SPAs + API)
Every step, or choice, I must make in an example is an opportunity for me to screw up. Given the number of configuration steps, I am virtually guaranteed to end up implementing something that does not work. Is there a way to automate this configuration? Is there an API I can use so I can write a program; and eventually compose a reliable written record of the steps?
Thank you