From the course: Securing ASP.NET Core Apps: Advanced Techniques for Web Application Security
Unlock this course with a free trial
Join today to access over 25,500 courses taught by industry experts.
Where to go next? - ASP.NET Core Tutorial
From the course: Securing ASP.NET Core Apps: Advanced Techniques for Web Application Security
Where to go next?
- [Ervis] If you have made it so far, I want to thank you and congratulate you for watching this course. Throughout this course, you learned about securing your .NET applications. We started by talking about the common security vulnerabilities like different injection attacks, the file upload attack, the authentication attack, and much more. Then next, you learned how to add authentication to an ASP.NET application, and you learned about the simple authentication, the cookie-based authentication, Google authentication, API key, and token based. By the end of this course, you also learned about authorization and you learned how to add simple role-based authorization, claims-based authorization, and the resource-based authorization to an ASP.NET application. Now, this is what you have learned so far but what should you do next? Next, you can try and work some more with the authentication and authorization types.…