• Hey Guest, don't forget to VOTE on each RFC topic. Your voting determine Chevereto development! No votes, no development.
  • Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

Signed URLs

Rodolfo

đź‘‘ Chevereto Godlike
Chevereto Staff
Administrator
đź’ˇDescribe your Feature request

A signed URL is a URL that provides limited access to make a request. Signed URLs contain authentication information in their query string, allowing users without credentials to perform specific actions on a resource.

Chevereto could sign URLs, enabling privacy and role based access to content. For example, an user sharing private content wich expires on first view, implement a paywall to access files, etc. It provides endless options as it is the application which signs the URLs, we could use any app-driven!

👏Where did you saw this?

Google does this stuff and I want to steal it.

🔥Interest outside our community

I don't care, I will do it anyway.
 
đź’ˇDescribe your Feature request

A signed URL is a URL that provides limited access to make a request. Signed URLs contain authentication information in their query string, allowing users without credentials to perform specific actions on a resource.

Chevereto could sign URLs, enabling privacy and role based access to content. For example, an user sharing private content wich expires on first view, implement a paywall to access files, etc. It provides endless options as it is the application which signs the URLs, we could use any app-driven!

👏Where did you saw this?

Google does this stuff and I want to steal it.

🔥Interest outside our community

I don't care, I will do it anyway.
I was wondering when will this be developed? Any thoughts?
 
@Jesse Since I posted this RFC, the availability of pre-signed URLs has become pretty much baseline on storage providers. We can now generate these URLs in bulk and locally without round robin to the storage server.

Need to check the SDK situation now, hope to get good news.
 
Back
Top