]> git.immae.eu Git - github/wallabag/wallabag.git/commit
Skip auth when no credentials are found
authorJeremy Benoist <jeremy.benoist@gmail.com>
Tue, 9 May 2017 20:25:18 +0000 (22:25 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Tue, 9 May 2017 20:53:42 +0000 (22:53 +0200)
commit94b232bbb8de4699911a6446a1a96f75370cab50
tree9f6b43ca6613e800e1cf1262bb1a79139cda8d67
parent0eb8220204953b874ebd2dbd0362973f3f45074c
Skip auth when no credentials are found

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.
composer.json
src/Wallabag/CoreBundle/GuzzleSiteAuthenticator/GrabySiteConfigBuilder.php
src/Wallabag/CoreBundle/Helper/HttpClientFactory.php
src/Wallabag/CoreBundle/Resources/config/services.yml
tests/Wallabag/CoreBundle/GuzzleSiteAuthenticator/GrabySiteConfigBuilderTest.php