Skip to content

Commit bb3c222

Browse files
daniel-brandenburgmichaelstaib
authored andcommitted
Add clarity to sentence in authentication.md (#8220)
1 parent 8fbb518 commit bb3c222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/docs/hotchocolate/v15/security/authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ builder.Services
7171
.AddQueryType<Query>();
7272
```
7373

74-
All of this does not yet lock out unauthenticated users. It only exposes the identity of the authenticated user to our application through a `ClaimsPrincipal`. If we want to prevent certain users from querying our graph, we need to utilize authorization.
74+
Adding authorization does not lock out unauthenticated users. It only exposes the identity of the authenticated user to our application through a `ClaimsPrincipal`. If we want to prevent certain users from querying our graph, we need to utilize authorization.
7575

7676
[Learn more about authorization](/docs/hotchocolate/v15/security/authorization)
7777

0 commit comments

Comments
 (0)