Skip to content

[Security] Move TraceableAuthenticator to security-http #43401

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

Merged
merged 1 commit into from
Oct 12, 2021

Conversation

chalasr
Copy link
Member

@chalasr chalasr commented Oct 11, 2021

Q A
Branch? 5.4
Bug fix? no
New feature? no
Deprecations? no
Tickets -
License MIT
Doc PR -

Necessary to fix tests on branch 6.0 https://github.com/symfony/symfony/runs/3861906767.

There is an incompatible signature for AuthenticatorInterface::createAuthenticatedToken() between security-bundle 6.0 and security-http 5.4 because of the deprecated PassportInterface type.
Moving TraceableAuthenticator and TraceableAuthenticatorManagerListener to security-http fixes the issue and it's looking good to me.

@chalasr chalasr requested a review from wouterj as a code owner October 11, 2021 22:49
@carsonbot carsonbot added this to the 5.4 milestone Oct 11, 2021
@chalasr chalasr force-pushed the mv-trace-auth branch 4 times, most recently from 6e02bd0 to 55104c2 Compare October 11, 2021 23:04
@fabpot
Copy link
Member

fabpot commented Oct 12, 2021

Thank you @chalasr.

@fabpot fabpot merged commit 2c51cfc into symfony:5.4 Oct 12, 2021
@chalasr chalasr deleted the mv-trace-auth branch October 12, 2021 11:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants