Skip to content

Commit

Permalink
Merge branch '6.x' into add-queryDirection-changes
Browse files Browse the repository at this point in the history
  • Loading branch information
MacondoExpress authored Oct 28, 2024
2 parents 02fcc1f + c57f02e commit 6cb27e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
= Subscriptions authorization

Subscriptions require their own authorization rules, which are configured with the `@subscriptionsAuthorization` directive.
These rules are different to normal authorization rules because only filtering rules are available for subscriptions events and subscriptions events have more limitations in how they can be filtered.
These rules are different to authorization rules for queries and mutations because they use filtering rules available for subscriptions events.

All subscriptions authorization rules have an implied requirement for authentication, given that the rules are normally evaluated against values in the JWT payload.

Expand Down
2 changes: 2 additions & 0 deletions modules/ROOT/pages/subscriptions/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ This section covers:
* xref:subscriptions/getting-started.adoc[Getting started] - How to get started with subscriptions by setting up a basic example.
* xref:subscriptions/events.adoc[Events] - How to trigger events when using `@neo4j/graphql`.
* xref:subscriptions/filtering.adoc[Filtering] - How to apply filters to subscriptions.
Also see xref:security/subscriptions-authorization.adoc[] in the Security section.

0 comments on commit 6cb27e4

Please sign in to comment.