]> git.immae.eu Git - github/wallabag/wallabag.git/commit - app/config/security.yml
Add custom auth encoder & provider
authorJeremy <jeremy.benoist@gmail.com>
Sun, 8 Feb 2015 20:47:36 +0000 (21:47 +0100)
committerJeremy <jeremy.benoist@gmail.com>
Sun, 8 Feb 2015 22:13:40 +0000 (23:13 +0100)
commitd91691573f108422cc2080462af35ebd62dc93fb
treedfef307e3c79e681cbc066c7b18e91f97a294268
parent7812f508bcb68d9d0e1868fa568d7a435e7975b7
Add custom auth encoder & provider

These custom classes allow Wallabag v2 to be compatible with Wallabag v1 salted password
app/config/security.yml
app/config/services.yml
src/Wallabag/CoreBundle/Entity/User.php
src/Wallabag/CoreBundle/Security/Authentication/Encoder/WallabagPasswordEncoder.php [new file with mode: 0644]
src/Wallabag/CoreBundle/Security/Authentication/Provider/WallabagAuthenticationProvider.php [new file with mode: 0644]