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

feat: added support for personal-access-tokens #422

Merged
merged 3 commits into from Dec 21, 2021

Commits on Nov 23, 2021

  1. feat: added support for personal-access-tokens

    - added a new PATAuthTransport type that has a 'Token' attribute to hold your unique PAT
    - setting the Authorization header with the bearer token in the RoundTrip function.
    - added test to prove to the token gets passed via the header
    - bonus: fixed typo in existing test name
    Dick Appel committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    84ba530 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2021

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

Commits on Dec 21, 2021

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