You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #11392 Add info about storing remember me tokens in a database (pierredup)
This PR was merged into the 3.4 branch.
Discussion
----------
Add info about storing remember me tokens in a database
I only recently saw that the remember me functionality has a `token_provider` option, and there is a default class to store tokens in the database as part of the DoctrineBridge, however there is no clear information on how this provider should be used (the class itself contains some hints, but the `token_provider` setting wasn't clear which values it accepts).
So I want to add a section to the remember me docs to explain how to use the `DoctrineTokenProvider`, which might also give some hints on how to create a custom provider
Commits
-------
311543f Add info about storing remember me tokens in a database
0 commit comments