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

Implemented personal token authorization creation #990

Merged
merged 3 commits into from
Dec 11, 2015

Commits on Dec 10, 2015

  1. Implemented methods for creating an authorization without having to s…

    …pecify an app clientid/clientsecret.
    
    These methods will ONLY work with username/password Basic Auth.
    
    Added a helper method to return a GitHub client using basic auth credentials as if you have both password and oauth token environment variables, you get credentials based on the oauth token.
    hnrkndrssn committed Dec 10, 2015
    Configuration menu
    Copy the full SHA
    2152ba4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d05439 View commit details
    Browse the repository at this point in the history
  3. 🔥 white space 🔥

    hnrkndrssn committed Dec 10, 2015
    Configuration menu
    Copy the full SHA
    596a1d3 View commit details
    Browse the repository at this point in the history