We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d57b66 commit 7f021b5Copy full SHA for 7f021b5
security/remember_me.rst
@@ -132,6 +132,15 @@ The ``remember_me`` firewall defines the following configuration options:
132
Defines the service id of a token provider to use. If you want to store tokens
133
in the database, see :ref:`remember-me-token-in-database`.
134
135
+``service`` (default value: ``null``)
136
+ Defines the ID of the service used to handle the Remember Me feature. It's
137
+ mostly useful in complex applications that need to override the default
138
+ behavior entirely.
139
+
140
+ .. versionadded:: 5.1
141
142
+ The ``service`` option was introduced in Symfony 5.1.
143
144
Forcing the User to Opt-Out of the Remember Me Feature
145
------------------------------------------------------
146
0 commit comments