Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cbf621e

Browse filesBrowse files
committed
feature #13049 [Security] Document the remember_me.service option (javiereguiluz)
This PR was merged into the master branch. Discussion ---------- [Security] Document the remember_me.service option Fixes #13046. Commits ------- 7f021b5 [Security] Document the remember_me.service option
2 parents 81f8ca0 + 7f021b5 commit cbf621e
Copy full SHA for cbf621e

File tree

1 file changed

+9
-0
lines changed
Filter options

1 file changed

+9
-0
lines changed

‎security/remember_me.rst

Copy file name to clipboardExpand all lines: security/remember_me.rst
+9Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,15 @@ The ``remember_me`` firewall defines the following configuration options:
132132
Defines the service id of a token provider to use. If you want to store tokens
133133
in the database, see :ref:`remember-me-token-in-database`.
134134

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+
135144
Forcing the User to Opt-Out of the Remember Me Feature
136145
------------------------------------------------------
137146

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.