(Sorry if this question has already been posted, but I can’t find the answer anywhere)
I’m developing my app locally, authentication works perfectly. But I want to setup some Actions > Flows where an event should trigger an API call to my local server.
How can I achieve this, as Auth0 does not provide any local development toolkit ?
Actions run in a cloud container. Any outgoing request from Actions to your local machine will need to reach your local server over the public internet, you would have to forward the request through your network.
This would be similar to if you were working on a serverless function and wanted it to reach any local machine.