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

[PECO-909] Automatically renew oauth token when refresh token is available #156

Merged
merged 6 commits into from
Jul 31, 2023

Commits on Jul 27, 2023

  1. HiveDriver: obtain a thrift client before each request (allows to re-…

    …create client if needed)
    
    Signed-off-by: Levko Kravets <[email protected]>
    kravets-levko committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    531202b View commit details
    Browse the repository at this point in the history
  2. Move auth logic to DBSQLClient

    Signed-off-by: Levko Kravets <[email protected]>
    kravets-levko committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    2ed762a View commit details
    Browse the repository at this point in the history
  3. Remove redundant HttpTransport class

    Signed-off-by: Levko Kravets <[email protected]>
    kravets-levko committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    b5ec0ae View commit details
    Browse the repository at this point in the history
  4. Cache OAuth tokens in memory by default to avoid re-running OAuth flo…

    …w on every request
    
    Signed-off-by: Levko Kravets <[email protected]>
    kravets-levko committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    12afffe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    39eb9c9 View commit details
    Browse the repository at this point in the history
  6. Update tests

    Signed-off-by: Levko Kravets <[email protected]>
    kravets-levko committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    45df1e2 View commit details
    Browse the repository at this point in the history