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

OAuth: Use URL-encoding when adding URL as query parameters. #25278

Merged
merged 7 commits into from
Feb 8, 2023

Commits on Feb 1, 2023

  1. Use URL-encoding when adding URL as query parameters.

    Decode these query parameters using reverse algorithm but leaving
    intact character sequences that must be encoded in URLs.
    
    Signed-off-by: Yan Avlasov <yavlasov@google.com>
    yanavlasov committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    7786904 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Fix format

    Signed-off-by: Yan Avlasov <yavlasov@google.com>
    yanavlasov committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    ad2534c View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. Fix runtime key names

    Signed-off-by: Yan Avlasov <yavlasov@google.com>
    yanavlasov committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    1d98765 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Fix typo

    Signed-off-by: Yan Avlasov <yavlasov@google.com>
    yanavlasov committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    1338b12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4a0550 View commit details
    Browse the repository at this point in the history
  3. Fix merge error

    Signed-off-by: Yan Avlasov <yavlasov@google.com>
    yanavlasov committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    70e0430 View commit details
    Browse the repository at this point in the history
  4. Format fixes

    Signed-off-by: Yan Avlasov <yavlasov@google.com>
    yanavlasov committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    cdd20b1 View commit details
    Browse the repository at this point in the history