Introduction To Permission Authorization In ASP.NET Core 7 | Permission Authorization – Part 1



Introduction To Permission Authorization In ASP.NET Core 7 | Permission Authorization – Part 1

Introduction To Permission Authorization In ASP.NET Core 7 | Permission Authorization - Part 1

Support me on Patreon to access the source code:
https://www.patreon.com/milanjovanovic

Authorization is an important topic to consider in an ASP.NET Core application. Along with authentication, it’s the backbone of a reliable and secure application. In this video, I’m going to show you how to implement permission authorization. This is part 1 of a longer series on permission authorization, where we’ll just lay the foundation for future videos.

Join my weekly .NET newsletter:
https://www.milanjovanovic.tech

Read my Blog here:
https://www.milanjovanovic.tech/blog

Subscribe for more:
https://www.youtube.com/@MilanJovanovicTech?sub_confirmation=1

Chapters
0:00 The problem with AuthorizationAttribute
2:21 Permission authorization with HasPermissionAttribute
4:12 Defining the permissions as enums
7:31 What are going to be the next steps?

Comments are closed.