From 89c2d88122d9f9add8bf8c399c841c022ca9589e Mon Sep 17 00:00:00 2001 From: Delf Tonder Date: Mon, 28 Apr 2014 23:14:05 +0200 Subject: [PATCH] Update custom_authentication_provider.rst improved description of the getKey method --- cookbook/security/custom_authentication_provider.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/security/custom_authentication_provider.rst b/cookbook/security/custom_authentication_provider.rst index 4a8fb4862b8..66312dad9b5 100644 --- a/cookbook/security/custom_authentication_provider.rst +++ b/cookbook/security/custom_authentication_provider.rst @@ -358,7 +358,7 @@ requires the following methods: and ``remember_me`` and defines the position at which the provider is called; * ``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 options underneath the configuration key in your security configuration.