Skip to content

Commit

Permalink
minor #3821 Update custom_authentication_provider.rst (leberknecht)
Browse files Browse the repository at this point in the history
This PR was submitted for the 2.4 branch but it was merged into the 2.3 branch instead (closes #3821).

Discussion
----------

Update custom_authentication_provider.rst

improved description of the getKey method

Commits
-------

89c2d88 Update custom_authentication_provider.rst
  • Loading branch information
weaverryan committed May 8, 2014
2 parents 9f602c4 + ff14a69 commit 69cb7b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbook/security/custom_authentication_provider.rst
Expand Up @@ -346,7 +346,7 @@ requires the following methods:
and ``remember_me`` and defines the position at which the provider is called; and ``remember_me`` and defines the position at which the provider is called;


* ``getKey`` method which defines the configuration key used to reference * ``getKey`` method which defines the configuration key used to reference
the provider; the provider in the firewall configuration;


* ``addConfiguration`` method, which is used to define the configuration * ``addConfiguration`` method, which is used to define the configuration
options underneath the configuration key in your security configuration. options underneath the configuration key in your security configuration.
Expand Down

0 comments on commit 69cb7b8

Please sign in to comment.