Restrict Image/File Access to Logged In Users

Hi,

i just realized, that all image uploads to Adalo are available publicly without restrictions or authorization. The only “safety” mechanism is the complexity of the url.

Is there any way to restrict the images to logged in users only?
I am planning to create an app for images of documents with sensitive information and that’s a K.O.

I understand that images are uploaded to imgix.com which probably doesn’t support authentication. Even when uploading the images to an external data source with a custom action, I can’t think of a way to pass on credentials to a webserver when the image is displayed.

Any ideas on how to implement this?

thanks
Wolfgang