Build a SIMPLE Role-Based Auth System in .NET (from scratch)

Build a SIMPLE Role-Based Auth System in .NET (from scratch)

10.157 Lượt nghe
Build a SIMPLE Role-Based Auth System in .NET (from scratch)
Want to master Clean Architecture? Go here: https://bit.ly/3PupkOJ Want to unlock Modular Monoliths? Go here: https://bit.ly/3SXlzSt Get the source code here: https://www.patreon.com/milanjovanovic Learn how to implement a robust role-based authorization system in your .NET applications from the ground up. This video covers everything you need to know about securing your application with user roles. Key topics covered: - Setting up user roles and managing role relationships in your database - Implementing role-based claims and authentication - Adding role authorization using .NET's built-in attributes - Best practices for role-based security - Common pitfalls and how to avoid them - Testing your authorization system Master Claims Transformation for Flexible ASP.NET Core Authorization https://www.milanjovanovic.tech/blog/master-claims-transformation-for-flexible-aspnetcore-authorization Implementing API Gateway Authentication With YARP https://www.milanjovanovic.tech/blog/implementing-api-gateway-authentication-with-yarp Check out my courses: https://www.milanjovanovic.tech/courses Read my Blog here: https://www.milanjovanovic.tech/blog Join my weekly .NET newsletter: https://www.milanjovanovic.tech Chapters 0:00 Adding the Roles entity 2:38 Configuring with EF Core 6:01 Registering a user with role 6:44 Returning Role claims in JWT 8:51 Enforcing Role Authorization