-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Security] Add badge resolution to profiler #51585
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
[Security] Add badge resolution to profiler #51585
Conversation
src/Symfony/Bundle/SecurityBundle/Resources/views/Collector/security.html.twig
Outdated
Show resolved
Hide resolved
src/Symfony/Bundle/SecurityBundle/Resources/views/Collector/security.html.twig
Show resolved
Hide resolved
Thank you @Jean-Beru. |
3a810c1
to
2324da2
Compare
ok on debugging I can see that on the login request, when viewed In debugger, I can see the badges - so the point of this PR is working fine. But after login when redirected to the user dashboard of the app, and trying to load any page when already logged in, then the passport is null in the TraceableAuthenticator and this means the whole app is down with the error previously provided. Changing |
Would you mind sending a PR (with test ideally)? |
like this #51612 ? |
…th (PhilETaylor) This PR was merged into the 6.4 branch. Discussion ---------- [Security] Fix for TraceableAuthenticator debug when no Auth | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | yes | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tickets | Fix #51585 (comment) | License | MIT Fixes regression in PR #51585 and adds unit test  Commits ------- a9d36a5 Fix for TraceableAuthenticator debug when no Auth
This PR add badges resolution status in Security profiler as mentioned in #36668 (" See which badges are resolved and which aren't").
CSRF error
Wrong credentials
Authentication successful