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

Update Authorization Code client_secret kwarg usage #34862

Merged
merged 8 commits into from
Apr 1, 2024

Commits on Mar 20, 2024

  1. fix client_secret

    - use from get_token method if present
    - use from init if not in get_token
    Darkbat91 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    d5773b7 View commit details
    Browse the repository at this point in the history
  2. consume client_secret kwarg

    Darkbat91 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    13e5483 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e23cf3 View commit details
    Browse the repository at this point in the history
  4. fix lint errors.

    Darkbat91 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    015f55b View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. test client secret.

    Darkbat91 committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    6a9642b View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. remove client_secret from get_token

    - client_secret should be utilized from within the constructor instead of the method call
    Darkbat91 committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    00a96ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07f2e00 View commit details
    Browse the repository at this point in the history
  3. lint

    Darkbat91 committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    e447bc9 View commit details
    Browse the repository at this point in the history