Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[Security] Deprecate built-in authentication entry points#42516
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
2aa052f to9ca3cc7Compare
Nyholm 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.
Thank you. I've just have one question.
Apart from that Im happy with the PR.
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/Security/Http/EntryPoint/FormAuthenticationEntryPoint.phpShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/Security/Http/EntryPoint/BasicAuthenticationEntryPoint.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
9ca3cc7 toc85faddComparewouterj commentedAug 14, 2021
Psalm error is expected (due to the BC layer). This PR is ready |
Uh oh!
There was an error while loading.Please reload this page.
3dd4145 to85eee2fCompareUh oh!
There was an error while loading.Please reload this page.
This logic is now included in the authenticators
85eee2f toc247b37Comparefabpot commentedAug 16, 2021
Thank you@wouterj. |
The last item from#41613.
Entry point logic is now included in the related build in authenticators, we should deprecate these unused classes (and remove them in 6.0). The interface has to be kept, as this implemented by the authenticators (and can be used to customize the entry points in an app).
I've also deprecated the retry entry point and included the code in
ChannelListenerdirectly. This entry point has never made sense to me, as it's not related to authentication imho.