Skip to content

Commit

Permalink
[Security] Migrate the session on login only when the user changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas authored and wouterj committed Feb 26, 2023
1 parent e13ea5f commit a85747e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Resources/config/guard.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
abstract_arg('Authenticators'),
service('logger')->nullOnInvalid(),
param('security.authentication.hide_user_not_found'),
service('security.token_storage'),
])
->tag('monolog.logger', ['channel' => 'security'])
->deprecate('symfony/security-bundle', '5.3', 'The "%service_id%" service is deprecated, use the new authenticator system instead.')
Expand Down

0 comments on commit a85747e

Please sign in to comment.