Skip to content
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

Do not inject the authorization checker service in GraphQL types #1156

Merged
merged 2 commits into from
Mar 5, 2024

Conversation

hunhejj
Copy link
Contributor

@hunhejj hunhejj commented Jan 29, 2024

In Symfony 6+ security.authorization-checker is not a public service anymore, hence the previous example won't work.

However the expression language supports using isGranted directly hence I propose to update the documentation.

In Symfony 6+ `security.authorization-checker` is not a public service anymore, hence the previous example won't work.

However the expression language supports using `isGranted` directly hence I propose to update the documentation.
@hunhejj
Copy link
Contributor Author

hunhejj commented Jan 29, 2024

Addresses #1154

@Vincz Vincz merged commit 0170315 into overblog:master Mar 5, 2024
37 of 38 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants