You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/security/subscriptions-authorization.adoc
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
= Subscriptions authorization
4
4
5
5
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.
7
7
8
8
All subscriptions authorization rules have an implied requirement for authentication, given that the rules are normally evaluated against values in the JWT payload.
0 commit comments