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

WebDAV Imports #1

Closed
wants to merge 14 commits into from
Closed

WebDAV Imports #1

wants to merge 14 commits into from

Conversation

dschmidt
Copy link
Member

No description provided.

dschmidt added 11 commits August 8, 2023 14:11
This allows to define dynamic properties for grant providers.
E.g. `[subdomain]` can be automatically replaced in `authorize_url` and `access_url`.
For that to work we need to include the dynamic property in the redirect
to the grant middleware. We merge the grantConfig back to the providerConfig,
so we can determine the required query params based on the `dynamic` property.
This avoids an attacker overriding unexpected properties (if we simply
serialize and pass along `query`)
mifi added a commit to transloadit/uppy that referenced this pull request Aug 14, 2023
heavily based on owncloud#1
but modified to work with the new provider user sessions
@dschmidt
Copy link
Member Author

dschmidt commented Jan 6, 2025

We have everything we need upstream in Uppy now. We will switch once a last remaining bug is fixed, I think this can be closed anyhow.

@dschmidt dschmidt closed this Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants