aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/GuzzleSiteAuthenticator
Commit message (Collapse)AuthorAgeFilesLines
* Handle empty configurationJeremy Benoist2017-05-101-1/+1
|
* Skip auth when no credentials are foundJeremy Benoist2017-05-091-9/+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/+27
|
* Added authentication for restricted access articlesBertrand Dunogier2016-11-221-0/+68
Fix #438. Thank you so much @bdunogier