Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -417,5 +417,5 @@ If you are using Symfony, you will [create a custom voter](https://symfony.com/d
If you are using Laravel, you will [create a Gate or a Policy](https://laravel.com/docs/6.x/authorization).

If you are using another framework, you need to know that the `is_granted` function simply forwards the call to
the `isAllowed` method of the configured `AuthorizationSerice`. See [Connecting GraphQLite to your framework's security module
the `isAllowed` method of the configured `AuthorizationService`. See [Connecting GraphQLite to your framework's security module
](implementing-security.md) for more details
Loading