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

[Security] Document the remember_me.service option #13049

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 5, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions 9 security/remember_me.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would remove complex, even the whole sentence maybe.

Copy link
Contributor

@OskarStark OskarStark Feb 5, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I made some adjustments: bbfdec1

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
------------------------------------------------------

Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.