This repository belongs to the below online course about ASP.NET Core's built-in identity and access management system.
The course also covers OWASP and WAF, including an introduction to third-party WAF systems commonly used in the industry.
Please follow the below instructions and steps for each project:
- 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.
- Update the appSettings.json with the correct details of the SQL Server database.
- Update the appSettings.json with the correct details of the SMTP server when applicable.
- 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
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.