Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
[Security] Add badge resolution to profiler#51585
Uh oh!
There was an error while loading.Please reload this page.
Conversation
src/Symfony/Bundle/SecurityBundle/Resources/views/Collector/security.html.twig OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Bundle/SecurityBundle/Resources/views/Collector/security.html.twigShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
Thank you@Jean-Beru. |
3a810c1
to2324da2
Compareok 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 | MITFixes regression in PR#51585 and adds unit testCommits-------a9d36a5 Fix for TraceableAuthenticator debug when no Auth
Uh oh!
There was an error while loading.Please reload this page.
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