We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2829742 commit 5e1dbf7Copy full SHA for 5e1dbf7
1 file changed
website/src/docs/hotchocolate/v16/security/authorization.md
@@ -274,7 +274,7 @@ public class MinimumAgeHandler
274
275
Use `[AllowAnonymous]` to bypass authorization on specific fields. This is useful for registration or public content endpoints.
276
277
-> **Use `HotChocolate.AspNetCore.Authorization.AllowAnonymousAttribute`**, not `Microsoft.AspNetCore.Authorization.AllowAnonymousAttribute`.
+> **Use `HotChocolate.Authorization.AllowAnonymousAttribute`**, not `Microsoft.AspNetCore.Authorization.AllowAnonymousAttribute`.
278
279
```csharp
280
[MutationType]
0 commit comments