Commit 225dbf8a authored by Fabien Potencier's avatar Fabien Potencier

merged branch lyrixx/patch-1 (PR #475)

Commits
-------

98519042 [Doc] Fixed typo in security

Discussion
----------

[Doc] Fixed typo in security
parents 73b18ef6 98519042
......@@ -481,7 +481,7 @@ Defining a custom Authentication Provider
The Symfony Security component provides a lot of ready-to-use authentication
providers (form, HTTP, X509, remember me, ...), but you can add new ones
easily. To register a new authentication provider, create a service named
``security.authentication.factory.XXX`` where ``XXX`` is the name you want to
``security.authentication_listener.factory.XXX`` where ``XXX`` is the name you want to
use in your configuration::
$app['security.authentication_listener.factory.wsse'] = $app->protect(function ($name, $options) use ($app) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment