Instructor: Jeremy McPeak
User authentication and authorization are mandatory components of nearly every web application. You could always roll your own solution, but that's not considered best practice. It is too easy to introduce a security flaw into your system that could lead to compromised user data. Instead, it's better to use a robust existing authentication and authorization library.
This course will show you how to use Microsoft's Identity framework—a complete user authentication and authorization system for ASP.NET applications.
The source repository for this course contains folders for the sample code created in each lesson. Each lesson contains one or more complete Visual Studio projects, ready to run and to experiment with.
These are source files for the Tuts+ course: Authentication With ASP.NET Identity
Available on Tuts+. Teaching skills to millions worldwide.