-
Fabien Potencier authored
This PR was merged into the master branch. Commits ------- fdd89b91 [Security] Create a distinct service for each authentication provider Discussion ---------- [Security] Rename authentication_provider services to avoid name conflict When using both anonymous and form authentication providers, they share the same service name whereas they use totally different classes. Before : `security.authentication_provider.myfirewall` After : `security.authentication_provider.myfirewall.dao` and `security.authentication_provider.myfirewall.anonymous` The naming follows the recommendation for custom auth providers. http://silex.sensiolabs.org/doc/providers/security.html#defining-a-custom-authentication-provider
9705ba7d
Name |
Last commit
|
Last update |
---|---|---|
bin | ||
doc | ||
src/Silex | ||
tests | ||
.gitignore | ||
.travis.yml | ||
LICENSE | ||
README.md | ||
composer.json | ||
phpunit.xml.dist |