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 ability to receive a 401 challenge once and then authorize any number of requests based upon that challenge #635

Closed
wants to merge 6 commits into from

Commits on Aug 4, 2013

  1. Use www-authenticate to parse www-authenticate headers and generate a…

    …uthorization.
    Randy McLaughlin committed Aug 4, 2013
    Copy the full SHA
    f69d710 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2013

  1. Add digestAuth option to allow one 401 challenge to cover multiple re…

    …quests.
    Randy McLaughlin committed Aug 20, 2013
    Copy the full SHA
    4303daa View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2013

  1. digestAuth overrides auth. Export request.digestAuth().

    Randy McLaughlin committed Aug 23, 2013
    Copy the full SHA
    793d5ca View commit details
    Browse the repository at this point in the history
  2. Document digestAuth in README.md.

    Randy McLaughlin committed Aug 23, 2013
    Copy the full SHA
    c47bd32 View commit details
    Browse the repository at this point in the history
  3. Allow some variability in digest auth test's expected Authorization h…

    …eader
    Randy McLaughlin committed Aug 23, 2013
    Copy the full SHA
    a4f63c3 View commit details
    Browse the repository at this point in the history
  4. Change name to persistentAuth.

    Randy McLaughlin committed Aug 23, 2013
    Copy the full SHA
    cfb2e6c View commit details
    Browse the repository at this point in the history