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 more useful error for bad credentials. #51

Merged
merged 2 commits into from
Dec 11, 2017

Commits on Dec 11, 2017

  1. Add more useful error for bad credentials.

    The www-authenticate: basic response currently gets caught by
    the token transport, which fails to parse it and spits out
    a rather oblique "malformed auth challenge header" error.
    
    Make the token transport ignore basic auth types, and make
    the error transport handle a 401 response.
    csmith committed Dec 11, 2017
    Configuration menu
    Copy the full SHA
    be6837c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f81a74 View commit details
    Browse the repository at this point in the history