Skip to content

Commit 5e1dbf7

Browse files
[Docs] Correct AllowAnonymousAttribute namespace (#9763)
1 parent 2829742 commit 5e1dbf7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/src/docs/hotchocolate/v16/security/authorization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ public class MinimumAgeHandler
274274

275275
Use `[AllowAnonymous]` to bypass authorization on specific fields. This is useful for registration or public content endpoints.
276276

277-
> **Use `HotChocolate.AspNetCore.Authorization.AllowAnonymousAttribute`**, not `Microsoft.AspNetCore.Authorization.AllowAnonymousAttribute`.
277+
> **Use `HotChocolate.Authorization.AllowAnonymousAttribute`**, not `Microsoft.AspNetCore.Authorization.AllowAnonymousAttribute`.
278278
279279
```csharp
280280
[MutationType]

0 commit comments

Comments
 (0)