1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00

Added authentication for restricted access articles

Fix #438. Thank you so much @bdunogier
This commit is contained in:
Bertrand Dunogier 2016-09-29 10:14:43 +02:00 committed by Nicolas Lœuillet
parent bb28368f69
commit 7aab0ecf2f
7 changed files with 235 additions and 1 deletions

View file

@ -31,6 +31,7 @@ class AppKernel extends Kernel
new Craue\ConfigBundle\CraueConfigBundle(),
new WhiteOctober\PagerfantaBundle\WhiteOctoberPagerfantaBundle(),
new FOS\JsRoutingBundle\FOSJsRoutingBundle(),
new BD\GuzzleSiteAuthenticatorBundle\BDGuzzleSiteAuthenticatorBundle(),
// wallabag bundles
new Wallabag\CoreBundle\WallabagCoreBundle(),