Skip to content

[add] auth plugin - Enable generic basic and digest auth#1806

Merged
liiight merged 6 commits intodevelopfrom
auth
Apr 27, 2017
Merged

[add] auth plugin - Enable generic basic and digest auth#1806
liiight merged 6 commits intodevelopfrom
auth

Conversation

@liiight
Copy link
Copy Markdown
Member

@liiight liiight commented Apr 25, 2017

Motivation for changes:

#1240

Detailed changes:

  • Added support for base and digest auth

Addressed issues:

Config usage if relevant (new plugin or updated schema):

  auth_test:
    mock:
    - title: bla
      url: https://httpbin.org/digest-auth/auth/user/passwd/MD5
    download_auth:
    - https://httpbin.org:
        username: user
        password: passwd
        type: digest
    accept_all: yes
    download: ~/
    disable: seen

To Do:

  • Tests

@liiight liiight merged commit 47c3bd9 into develop Apr 27, 2017
@liiight liiight deleted the auth branch April 27, 2017 09:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant