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

Add "Fetcher" tools for OAuth2 token retrieval #346

Merged

Conversation

atc0005
Copy link
Owner

@atc0005 atc0005 commented Nov 28, 2022

Changes

  • Add utility to obtain OAuth 2 token via Client Credentials flow
  • Add utility to read OAuth 2 token from file
  • README updates
    • add coverage for new tools
    • misc fixes for previous tooling
  • Add automatic retry functionality for OAuth2 token retrieval step used by list-emails CLI app and OAuth2-based monitoring plugin
  • Add winres config to xoauth2 tool (and to new "Fetcher" tools)

References

@atc0005 atc0005 added this to the v0.6.0 milestone Nov 28, 2022
@atc0005 atc0005 self-assigned this Nov 28, 2022
@atc0005 atc0005 force-pushed the i318_i319_add-token-fetcher-tools-and-retry-functionality branch 8 times, most recently from 0f602a3 to a004747 Compare November 28, 2022 14:42
- Add utility to obtain OAuth 2 token via Client Credentials flow
- Add utility to read OAuth 2 token from file
- README updates
  - add coverage for new tools
  - misc fixes for previous tooling
- Add automatic retry functionality for OAuth2 token retrieval step
  used by list-emails CLI app and OAuth2-based monitoring plugin
- Add winres config to xoauth2 tool (and to new "Fetcher" tools)

refs GH-318
refs GH-319
@atc0005 atc0005 force-pushed the i318_i319_add-token-fetcher-tools-and-retry-functionality branch from a004747 to 170cb9f Compare November 28, 2022 14:43
@atc0005 atc0005 merged commit 5a84285 into master Nov 28, 2022
@atc0005 atc0005 deleted the i318_i319_add-token-fetcher-tools-and-retry-functionality branch November 28, 2022 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add utility to obtain OAuth 2 token via Client Credentials flow Add utility to read OAuth 2 token from file
1 participant