-
Notifications
You must be signed in to change notification settings - Fork 2
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
IBX-8356: Reworked JWT GraphQL firewall configuration to comply with Symfony-based authentication #124
IBX-8356: Reworked JWT GraphQL firewall configuration to comply with Symfony-based authentication #124
Conversation
Thanks for contribution! 🎉 To test the changes please execute:
before executing the recipes. |
681a701
to
a6ee64e
Compare
a6ee64e
to
d311097
Compare
🚜 |
It seems we were lacking |
32f40ed
to
a4b2805
Compare
Quality Gate passedIssues Measures |
Related PRs:
Ibexa\Core\MVC\Symfony\Security\Authentication\AuthenticatorInterface
usages to comply with Symfony-based authentication graphql#67Ibexa\Core\MVC\Symfony\Security\Authentication\AuthenticatorInterface
to be replaced with Symfony-based authentication core#375Description:
We rely on the
Lexik\Bundle\JWTAuthenticationBundle\Security\Authenticator\JWTAuthenticator
from now on according to the.For QA:
Documentation:
As always for security-related changes - if we mention firewall configuration anywhere, we need to adjust according to this PR.