Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

URL signing for file downloads/uploads #25

Open
srerickson opened this issue Apr 11, 2024 · 0 comments
Open

URL signing for file downloads/uploads #25

srerickson opened this issue Apr 11, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@srerickson
Copy link
Owner

srerickson commented Apr 11, 2024

Currently, download links for files won't work well in web browsers because an authorization header (bearer token) needs to be included with the download request. To make it easier use chaparral with browser-based front-ends, I need to add a way to generate signed urls for restricted files.

Something like this: GetSigneDownloadURL(resource, expire) returns a URL with a (single-use?) token as a query parameter.

@srerickson srerickson added the enhancement New feature or request label Apr 11, 2024
@srerickson srerickson changed the title URL signing for file downloads URL signing for file downloads/uploads Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant