Skip to content

Commit bd3a889

Browse files
Merge branch '6.x' into add-breaking-change-on-invalid-sort
2 parents a8a166f + c57f02e commit bd3a889

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

modules/ROOT/pages/security/subscriptions-authorization.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
= Subscriptions authorization
44

55
Subscriptions require their own authorization rules, which are configured with the `@subscriptionsAuthorization` directive.
6-
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.
6+
These rules are different to authorization rules for queries and mutations because they use filtering rules available for subscriptions events.
77

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

modules/ROOT/pages/subscriptions/index.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ This section covers:
99
* xref:subscriptions/getting-started.adoc[Getting started] - How to get started with subscriptions by setting up a basic example.
1010
* xref:subscriptions/events.adoc[Events] - How to trigger events when using `@neo4j/graphql`.
1111
* xref:subscriptions/filtering.adoc[Filtering] - How to apply filters to subscriptions.
12+
13+
Also see xref:security/subscriptions-authorization.adoc[] in the Security section.

0 commit comments

Comments
 (0)