Skip to content

fahiadome/Classifieds-Net-Core-IdentitySecurity

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Classifieds ASP.Net Core Identity Security

Authorization, Authentication and User Management are mainstay features in real world applications. Identity Core is the flagship library packaged with ASP.NET Core projects to help us get the most security possible out of the box. Getting authentication and authorization done right in your website can help keep your users and their data safe from attacks. Added features such as Two and Multi Factor Authentication are relatively easy to plugin. This library can easily be extended to implement unique business rules to surround how users are treated.

ASP.NET Core Demo Classifieds Web Application for educational purposes.

By Doing this course you will:

  • Build A Strong Foundation in ASP.NET Core Security:
  • Learn to properly implement a user authentication and registration process
  • Learn to password policies and recovery
  • Learn to add authorization and user restrictions
  • Add Two and Multi factor Authentication
  • Learn Modern Authentication Methods (Social logins, OAuth, etc.)
  • Learn OpenID Connect and OAuth 2.0 with Identity Server 4

Even though the fundamentals of the security principles will be demonstrated with a Razor Pages application, all of the techniques and considerations can be taken in any .NET Core application type, including MVC and Blazor. 

It has content for developers at all levels as it is never too late/early to start thinking about the best security practices for your web application.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 56.2%
  • HTML 22.3%
  • JavaScript 20.7%
  • CSS 0.8%