-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[5.3 ]concrete service no more generate for security.authentication.rememberme.services.simplehash.$firewallName #41671
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
Comments
Do you have the |
yes
|
We had to migrate to use |
The remember me system has be completely refactored in 5.3 for the experimental authenticator system, so this is an expected change. See #40145 for more details. Seems like this is missing from the UPGRADE-5.3 guide. PR welcome :) |
I will try to read your PR but I'm affraid it will go deeper than my knowledge of symfony to provide a PR for the upgrade guide |
so Indead instead if I inject
directly , it's autowired without needing anything on my side in services.yaml and I can simply call
|
This is deprecated in favor of using |
@dompie this |
Symfony version(s) affected:5.3.0
Description
Implementation of security.authentication.rememberme.services.simplehash.$firewallname does not exist anymore
as per https://stackoverflow.com/questions/67604938/auto-remember-me-after-register
I used this to manually trigger the remember me feature
however the service does not exist anymore , only the abstract one
in symfony 5.2
in symfony 5.3, only:
How to reproduce
run
console debug:container
->security.authentication.rememberme.services.simplehash.users
is not presentPossible Solution
Additional context
The text was updated successfully, but these errors were encountered: