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

#1356 implements OAuth2 Client Credentials Flow #1357

Merged
merged 31 commits into from
Jun 24, 2024

Commits on May 25, 2024

  1. Configuration menu
    Copy the full SHA
    111149f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cfd9c05 View commit details
    Browse the repository at this point in the history
  3. make obtain_token a template method for greater compatibility. Remove…

    …s Zoom implementation, that should go to the docs
    willi-mueller committed May 25, 2024
    Configuration menu
    Copy the full SHA
    02acc95 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4204764 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6bdbc26 View commit details
    Browse the repository at this point in the history
  6. fixes types, uses parse_native_representation, removes access_token f…

    …rom constructor since this is obtained by the class
    willi-mueller committed May 25, 2024
    Configuration menu
    Copy the full SHA
    823f4fa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    755a680 View commit details
    Browse the repository at this point in the history
  8. documentation draft

    willi-mueller committed May 25, 2024
    Configuration menu
    Copy the full SHA
    eb636e4 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

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

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    5bde898 View commit details
    Browse the repository at this point in the history
  2. Fix mypy errors

    burnash committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    f3e0ea1 View commit details
    Browse the repository at this point in the history
  3. Oauth tests: checks for valid client_id & client_secret, tests invali…

    …d client_id & client_secret
    willi-mueller committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    7684d11 View commit details
    Browse the repository at this point in the history
  4. formats code

    willi-mueller committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    f425d44 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. code formatting

    willi-mueller committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    38f3d19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82c9416 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    235c7e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ac80b4b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    73a0422 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fda0b4d View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. fixes mypy error

    willi-mueller committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    df1dd7b View commit details
    Browse the repository at this point in the history
  2. removes non-existing alias from the docs

    Co-authored-by: Anton Burnashev <[email protected]>
    willi-mueller and burnash authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    ec4f632 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    a410b35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    879bccb View commit details
    Browse the repository at this point in the history
  3. fixes linter (B006)

    willi-mueller committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    a14fb59 View commit details
    Browse the repository at this point in the history
  4. updates docs

    willi-mueller committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    760db76 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    352b5d7 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    edfff5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41fff55 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Update dlt/sources/helpers/rest_client/auth.py

    Remove duplicated import
    burnash authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    8fdd7f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ab73cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8da3672 View commit details
    Browse the repository at this point in the history