paiwan / asp-net-identity-v2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ASP.NET Core Identity Management & Security

This repository belongs to the below online course about ASP.NET Core's built-in identity and access management system.

ASP.NET Core 2 Security and Identity Management

The course also covers OWASP and WAF, including an introduction to third-party WAF systems commonly used in the industry.

Getting Started

Please follow the below instructions and steps for each project:

  1. Create an empty database in SQL Server. The database name used in the course is AspnetIdentityV2. If you name your database something else, please update the connection string in appSettings.json.
  2. Update the appSettings.json with the correct details of the SQL Server database.
  3. Update the appSettings.json with the correct details of the SMTP server when applicable.
  4. Follow the instructions provided in the course and create the database objects using Entity Framework Migrations:
dotnet ef migrations add InitialCreate
dotnet ef database update

View the course here

More Free Courses on YouTube

YouTube

Subscribe to the Free Technology and Technology Management Courses channel for free lectures about Coding, DevOps, and Technology Management. Here is the link to the YouTube channel.

About


Languages

Language:C# 62.2%Language:JavaScript 18.7%Language:HTML 15.4%Language:CSS 3.6%