Skip to content

Commit 82fc086

Browse files
authored
Add additional resources (#35796)
1 parent d5b5414 commit 82fc086

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

aspnetcore/security/authorization/introduction.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,8 @@ ASP.NET Core authorization provides a simple, declarative [role](xref:security/a
2525
Authorization components, including the `AuthorizeAttribute` and `AllowAnonymousAttribute` attributes, are found in the `Microsoft.AspNetCore.Authorization` namespace.
2626

2727
Consult the documentation on [simple authorization](xref:security/authorization/simple).
28+
29+
## Additional resources
30+
31+
* <xref:fundamentals/minimal-apis/security>
32+
* <xref:blazor/security/index>

0 commit comments

Comments
 (0)