ASP.NET Core MVC Login and Registration using Identity

preview_player
Показать описание
Asp.Net Core MVC with Identity UI: User Authentication, Registration, Authorization, and User Profile Management.

In this ASP.NET Core MVC tutorial, we implemented a complete authentication system with the help of Identity.UI. We customized/ overridden the razor pages from the Identity API. First of all, ASP.NET Core Identity is added to an existing project. We could directly update/ override razor pages from Identity as per requirement.

💖 Buy me a Coffee

🌀 Related Videos

🔗 Find me in

#AspNetCore #CodAffection
Рекомендации по теме
Комментарии
Автор

I have been a software engineer for over 10 years, and this guy still teaches me something new every time I watch him. Thank you you are the best

IamPali
Автор

I like the "boom" when you run the application hahahah

karihomaly
Автор

I love that whenever this guy accomplishes a task he just goes "BOOM!" haha. Great tutorial, It helped me a lot.

eduardobracho
Автор

You really cleared this topic up very well! The "boom" was fantastic

gavinrodgers
Автор

How wonderful! This is my first exposure to the concept of `Add Indentity`. Thanks for the video tutorial. Wishing you much joy, luck and health!

huywarrior
Автор

Excellent tutorial! I really learned from it - I was already able to develop a time attendance using the identity, and now developing a payroll system using identity for login-logout. Thank you very much!

binggg
Автор

Thank You Brother!!!Best Tutorial so far i have ever watched.

rajeshpatil
Автор

Man, thank you a lot dude, my teacher was just "A yes make an ASP web application" without explaining anything, so this really helped out, thanks a lot

felipebarreto
Автор

Add this here, remove this here build application, reload the page and BOOM! I love it. Now that I've learned this I'm going to implement this authentication scheme as a Microservice.

EntertheBlackDragon
Автор

I watched all the ads because your tutorial was so simple and informative. Thank you!

diegohigueros
Автор

I was really lost, I don't know how I found you. Thank you for the number of eyes I see every day haha

muhmmadawd
Автор

Excellent! 👌🏻
You're the #Guru of ASP.NET... ❣
Kindly start a series of ASP.NET CORE MVC for beginner to advance level.. 🙏🏻

waseembaltistani
Автор

Anyone having trouble with the Sign up and Sign in tabs looking correct at 18:32, go back to 9:54 (I also pasted below). there is some CSS that he briefly mentions before moving on.
He really should have stayed here for a moment but it was basically flashed on screen then forgotten, you have to use the chevrons (< >) to go frame by frame to catch it all

/*tab control*/
div.login-logout-tab div.card-header{
padding: 0px 0px 12px 0px;
}

div.login-logout-tab ul.nav-tabs{
margin: 0px 0px -12px 0px;
}

div.login-logout-tab li.nav-item{
width: 50%;
}

div.login-logout-tab a.nav-link{
font-size: 25px;
color: #495057;
text-align: center;
}

div.card-content{
padding: 10px 20px;
}

/*login form*/
div.login-form-icon{
text-align: center;
}

jakezepeda
Автор

I've watched many videos but this was best! Thanks

iremkaya
Автор

Thanks for this excellent walkthrough into ASP.NET Core MVC using Identify.

savaladaojr
Автор

This video is a huuuge help for me. thank you for presenting this in english. greetings from Hungary.

gyurebalint
Автор

I enjoy the "BOOM That's it" moments

Shadsterwolf
Автор

What an excellent tutorial! Thank you so much for this. I really learned a lot about how powerful Identity is and intend on using the hell out of it.

tylercrane
Автор

Very helpful.Sir make a complete website project in Asp.net Core with sql server database
.

musawerawan
Автор

Thanks for clearing this up! I was going a little crazy when I couldn't find the HTML that actually generated that registration page in the sample project.

phillieseva