aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/CoreBundle/GuzzleSiteAuthenticator
Commit message (Collapse)AuthorAgeFilesLines
* Skip auth when no credentials are foundJeremy Benoist2017-05-091-13/+27
| | | | If we can’t find a credential for the current host, even if it required login, we won’t add them and website will be fetched without any login.
* Changed parsing of login_extra_fields in guzzle authBertrand Dunogier2017-05-041-1/+1
|
* Added authentication for restricted access articlesBertrand Dunogier2016-11-221-0/+85
Fix #438. Thank you so much @bdunogier