Generating Signed URLs for Private Images – Best Approach?

AmeliaHoward
AmeliaHoward Member Posts: 1

Hi everyone,

I’m working with private images that should only be accessible to logged-in users. I know that Cloudinary allows generating signed URLs, but I’m not sure what the best practice is for setting expiration times and ensuring security. Should I generate a new signed URL for each request, or cache them for a short period?

Thanks!