From the course: ASP.NET Core Identity: Authentication Management

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Examining Register, Login, and Logout

Examining Register, Login, and Logout - ASP.NET Core Tutorial

From the course: ASP.NET Core Identity: Authentication Management

Start my 1-month free trial

Examining Register, Login, and Logout

- [Instructor] On the last part, we created two applications on top of the ASP dot net core framework and we created one by using the dot net core two point zero and another one by using the dot net core 2.2. We learnt how to create a user, where the data was being stored and how we could change the server if we wanted to. On this part, we're going to examine some of the core features of identity. We're going to talk about Register, Login and the Logout functionalities. So for that it has go to our solution in Visual Studio. Here in Visual Studio we have two projects. The first one, the Alf Two zero, is a project built on top of the dot net core 2.0. And the other one, built on top of the dot net core 2.2. So let us start with the first project. Inside the Alf two zero we are going to see the controllers folder, and inside this folder we have the account controller dot CS file. And this controller is used to handle all the user-related data. Like for example the user registration, the…

Contents