Flows - Local development

Hello

(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 ?

Thank you very much,
Best Regards

Hi @Ninjeneer,

Welcome to the Auth0 Community!

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.

Hope this helps!

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