© John Ciliberti 2017

John Ciliberti, ASP.NET Core Recipes, https://doi.org/10.1007/978-1-4842-0427-6_10

10. Securing Your ASP.NET Core MVC Application

John Ciliberti

(1)Sparta, New Jersey, USA

One of the most fundamental needs of every application is security. This chapter discusses some of the built-in features of ASP.NET Core that can help you verify the identity of your application’s users and ensure that their data is protected.

10-1. Creating an ASP.NET Core Web Site That Uses ASP.NET Identity Core for Authentication and Authorization

Problem

You are building a consumer-facing ASP.NET Core application that will be deployed to the Web. You have requirements for user registration that will capture the username and password as well as some demographic ...

Get ASP.NET Core Recipes: A Problem-Solution Approach now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.