8000 bug #25571 [SecurityBundle] allow auto_wire for SessionAuthentication… · symfony/symfony@cd6690d · GitHub
[go: up one dir, main page]

Skip to content

Commit cd6690d

Browse files
bug #25571 [SecurityBundle] allow auto_wire for SessionAuthenticationStrategy 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
2 parents 1aa9837 + b36154e commit cd6690d

File tree

1 file changed

+1
-0
lines changed
  • src/Symfony/Bundle/SecurityBundle/Resources/config

1 file changed

+1
-0
lines changed

src/Symfony/Bundle/SecurityBundle/Resources/config/security.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
<service id="security.authentication.sessio 5BCC n_strategy" class="Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy">
6363
<argument>%security.authentication.session_strategy.strategy%</argument>
6464
</service>
65+
<service id="Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface" alias="security.authentication.session_strategy" />
6566

6667
<service id="security.encoder_factory.generic" class="Symfony\Component\Security\Core\Encoder\EncoderFactory">
6768
<argument type="collection" />

0 commit comments

Comments
 (0)
0