In this course, you'll learn how to leverage user authentication to secure an application and protect your users' data. You'll update an existing ASP.NET MVC application to use Microsoft's ASP.NET Identity system to implement cookie-based authentication.
What you'll learn
- Support user registration and sign-in/sign-out
- Use authentication to restrict access to parts of an application
- Use SSL to secure communication between the client and server