(#91) Install Identity Core and generate Identity Core tables in database | Asp.Net Core tutorial
WebGentle WebGentle
87.7K subscribers
21,289 views
259

 Published On Sep 19, 2020

Asp.net core tutorial: Identity core framework is used to provide security to any dot net application. This Identity Core is a universal framework, applicable to all the dot net application.
Identity core framework provides the following major features -
👉 Login,
👉 Signup,
👉 Change password,
👉 Forgot password (Reset password),
👉 Multifactor authentication,
👉 External Identity (Login with Facebook, Google, etc)
👉 User lockout
👉 Token generation
👉 All tables required for user management
👉 Password Hashing
👉 and lots more other features

In this video, you will learn the following main concepts -
👉 What is the Identity Core framework
👉 How to install Identity core framework in asp.net core application
👉 How to configure Identity core in asp.net core (startup class)
👉 Difference between AddIdentity and AddIdentityCore
👉 Working with authentication middleware (app.UseAuthentication())
👉 Work with the IdentityDBContext
👉 Generate tables from the Identity core framework

#IdentityCore #GenerateTablesFromIdentity

GitHub Repo: https://github.com/webgentle/aspnet-c...
Nitish's blog - https://www.nitishkaushik.com
Visit Our Website: https://webgentle.com
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
For business inquiry contact: [email protected]

Follow us on
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
Facebook - https://bit.ly/36yZuQN
Linkedin - https://bit.ly/2N6Onqk
Twitter - https://bit.ly/2uv04AP

Popular free courses from WebGentle
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
Jira tutorial – http://bit.ly/jiratutorial
Asp.Net Core Tutorial: http://bit.ly/aspnetcorebynitish
Azure DevOps tutorial - http://bit.ly/azuredevopsbynitish
.NET Core 3.0 fundamentals - http://bit.ly/dotnetcore3
MVC5 tutorial - http://bit.ly/mvcbynitish
LINQ Tutorial - http://bit.ly/linqbynitish
Non generic collection in c# - http://bit.ly/nongenericcollectionbyn...

show more

Share/Embed