Skip to content

Commit 933e045

Browse files
Update modules/ROOT/pages/security/authorization.adoc
Co-authored-by: Richard Sill <[email protected]>
1 parent cc8bd3f commit 933e045

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/ROOT/pages/security/authorization.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,8 @@ Additionally, some operations only support validation either before or after the
159159

160160
|===
161161

162-
As a brief example, if you wanted anybody to be able to attempt to update any post, but wanted to check that after the update, the author it is connected to is still the current user, you could do the following:
162+
As an example, let's say you want someone to be able to update a post.
163+
If you want to check that after the update the author of the post is still the current user, do the following:
163164

164165
[source, graphql, indent=0]
165166
----

0 commit comments

Comments
 (0)