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

@uppy/companion,@uppy/companion-client: pass query params along more consistently #4551

Closed
wants to merge 5 commits into from

Commits on Jul 21, 2023

  1. Configuration menu
    Copy the full SHA
    9fb7c52 View commit details
    Browse the repository at this point in the history
  2. Fix typos in comments

    dschmidt committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    c7a7d46 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca3b12c View commit details
    Browse the repository at this point in the history
  4. @uppy/companion: pass dynamic parameters to grant

    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`)
    dschmidt committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    968fe8a View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2023

  1. Configuration menu
    Copy the full SHA
    62160bd View commit details
    Browse the repository at this point in the history