]> git.immae.eu Git - github/wallabag/wallabag.git/commit
Use a listener to catch auth failure 3195/head
authorJeremy Benoist <jeremy.benoist@gmail.com>
Fri, 9 Jun 2017 07:45:43 +0000 (09:45 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Fri, 9 Jun 2017 07:45:43 +0000 (09:45 +0200)
commitf81a34e37929a822755d120215d2f18f042ff713
tree086049b73cf8d547f18c28963a60f36c5679cfcc
parentfa1c9d7cc7f3c4d2f9167a5b62bbc8cd1f9df59b
Use a listener to catch auth failure
app/config/security.yml
src/Wallabag/UserBundle/EventListener/AuthenticationFailureListener.php [new file with mode: 0644]
src/Wallabag/UserBundle/Resources/config/services.yml
src/Wallabag/UserBundle/Security/CustomAuthenticationFailureHandler.php [deleted file]
tests/Wallabag/UserBundle/EventListener/AuthenticationFailureListenerTest.php [new file with mode: 0644]