Skip to content

ilaydakosar/Authentication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a demo project for demonstrating User Authentication and Autherization in Asp.Net Core MVC Project with Identity UI.

Table of Contents

Adding ASP.NET Core Identity

Explain how to add ASP.NET Core Identity to your project. Include necessary NuGet packages and configuration steps.

Adding New Properties to Identity

Guide on how to extend the IdentityUser class with custom properties.

Modifying Password Validations

Instructions on how to customize password strength requirements and validations.

Displaying Logged-In User Details

Describe how to display logged-in user information (like username or email) in the application's navigation bar.

Creating a Login Form

Step-by-step guide to creating a user-friendly login form.

Retrieving Logged-In User Information

Show how to retrieve the logged-in user's ID and claims for use throughout the application.

Implementing Authorization

Discuss different authorization techniques, such as role-based and policy-based authorization.

Customization Tips

Share additional tips and best practices for customizing and extending ASP.NET Core Identity.


image image image

Feel free to contribute to this guide by submitting pull requests or opening issues for discussion.

About

Asp.Net Core 7 MVC & Identity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published