Skip to content

How to create gallery of secured images #126

Answered by igordanchenko
pwujczyk asked this question in Q&A
Discussion options

You must be logged in to vote

The solution here mostly depends on your CDN / static content backend capabilities.

For example, if you are using AWS CloudFront you can look into implementing this with signed URLs - https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/private-content-signed-urls.html

But if you are implementing your own backend to serve static content, you are free to chose any implementation that fits your security requirements. Some sort of pre-signed query parameter token with expiration timestamp sounds like reasonable approach to me.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by igordanchenko
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants