From 7f021b58699413f1ae1f74028435f2de92b33806 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Tue, 4 Feb 2020 20:02:56 +0100 Subject: [PATCH] [Security] Document the remember_me.service option --- security/remember_me.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/security/remember_me.rst b/security/remember_me.rst index f96bb7bbe9e..7afc92afe68 100644 --- a/security/remember_me.rst +++ b/security/remember_me.rst @@ -132,6 +132,15 @@ The ``remember_me`` firewall defines the following configuration options: Defines the service id of a token provider to use. If you want to store tokens in the database, see :ref:`remember-me-token-in-database`. +``service`` (default value: ``null``) + Defines the ID of the service used to handle the Remember Me feature. It's + mostly useful in complex applications that need to override the default + behavior entirely. + + .. versionadded:: 5.1 + + The ``service`` option was introduced in Symfony 5.1. + Forcing the User to Opt-Out of the Remember Me Feature ------------------------------------------------------