-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[SecurityBundle] allow auto_wire for SessionAuthenticationStrategy class #25571
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
Conversation
xavren
commented
Dec 21, 2017
Q | A |
---|---|
Branch? | 3.4 up to 4.0 for deprecation fixe |
Bug fix? | no |
New feature? | no |
BC breaks? | no |
Deprecations? | yes |
Tests pass? | yes |
Fixed tickets | |
License | MIT |
Doc PR |
What deprecation are you getting? Usually we merge this as a new feature on master. |
Ah, I guess the service gets auto registered and corresponding notice triggered. But this can be disabled by setting the |
I have this deprecated on sf 3.4.2
|
For information, i created my own LoginManager and i inject $sessionStrategy, but my manager cannot be autowired because of this service |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 for 3.4
Thank you @xavren. |
…Strategy class (xavren) This PR was merged into the 3.4 branch. Discussion ---------- [SecurityBundle] allow auto_wire for SessionAuthenticationStrategy class | Q | A | ------------- | --- | Branch? | 3.4 up to 4.0 for deprecation fixe | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | yes | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | Commits ------- b36154e allow auto_wire for SessionAuthenticationStrategy class