SkygearIO / features

Feature Tracking Repo for Skygear
Apache License 2.0
3 stars 12 forks source link

[skygear asset] High entropy link for public access asset #436

Open hidden-dimensions opened 4 years ago

hidden-dimensions commented 4 years ago

Description

Currently, private access asset has a 7 days limit, while public access asset has no limit. However, in some case we want a private asset without time limit. This is usually solved by using a high entropy link with public access, whereas the entropy could serve as "password" purpose.

For example, github do this, note that github objective is anonymized url so might not have high entropy.