Bummer! This is just a preview. You need to be signed in with an account to view the entire instruction.

Instruction

Installing Identity

Let's take our first step in adding user authentication to the Fitness Frog web app by installing ASP.NET Identity. ASP.NET Identity is delivered using NuGet packages. So installing Identity is as easy as using the NuGet package manager to install the necessary packages.

Open the NuGet Package Manager Console using the c...