Secure Public Url for Workflows

Hello together,

I am playing around with the community edition of dify. I ve hosted it on my aws account. I ve found the possibility to expose my custom workflows via a public url with my mates. Now my question: The workflow is publicly available through this feature but is it somehow possible to secure it that not anyone can use it?

Authentication for public endpoints is an option available in the Dify Enterprise edition, not the Community edition.
If you want to achieve this with the Community edition, you’ll need to implement your own solution.

For a simple example, you could set up BASIC authentication with Nginx, or have the chat app ask users for a kind of shared password.

1 Like