How to protect the API?

Hi,
is there a possibility to somehow protect API access? My users don’t need to authenticate to use my app, but I don’t want them to access the API :slight_smile:

Best

Hi @KZARCA,

The API itself cannot be disabled or hidden, but if you are using a reverse proxy such as nginx, I believe you can protect the /api path.