Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
xavren commentedDec 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 |
chalasr commentedDec 21, 2017 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
What deprecation are you getting? Usually we merge this as a new feature on master. |
chalasr commentedDec 21, 2017
Ah, I guess the service gets auto registered and corresponding notice triggered. But this can be disabled by setting the |
xavren commentedDec 21, 2017
I have this deprecated on sf 3.4.2 |
xavren commentedDec 21, 2017 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
For information, i created my own LoginManager and i inject $sessionStrategy, but my manager cannot be autowired because of this service |
chalasr left a comment
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
nicolas-grekas commentedDec 22, 2017
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