Adding and Customizing Identity in ASP.NET Core

preview_player
Показать описание
We will walk through the process of adding Identity to an existing ASP.NET Core MVC web application. We'll change Identity to use an Integer as the key column and add some custom fields to the AspNetUsers table.
Рекомендации по теме
Комментарии
Автор

The best identity explanation on YouTube. Thanks a lot for your time.

mitkomitev
Автор

Very nice tutorial... he starts from scratch and teaches you the essentials without wasting time... to the point !

imranonthenet
Автор

Beautifully explained, very simple yet effective and helpful tutorial to help get started on implementing Identity framework.
Thank you so much for this!

SJ-mphk
Автор

Amazing tutorial, author gives just right amount of detail in which is needed. Thank you.

fazmercs
Автор

This has been one of the best walk thru I've found THANK YOU, this help me got started on my next Project which is requiring a full rewrite!!!

sir.johnbalman
Автор

Thanks for the really detailed tutorial!! This helped me a lot to make a hybrid between code first (like users in this example) and DB first (using scaffold for other tables). Thank you!

sauloaudio
Автор

Thanks, your presentation was clear, easy to follow, and very informative.

luisleal
Автор

Thank you Jeff! Very helpful and very well explained!

tassoruas
Автор

Thanks, very helpful. great Job, more please, especially addressing roles.

Connal
Автор

Really useful instructions, thank you sir!

leventtugaykaplan
Автор

Excellent Video, thanks for sharing!!

techrelated
Автор

Works perfectly, thanks for the great explanation.

andreaskonarski
Автор

thank you very much for this tutorial i was really struggling on this subject

hannahbaker
Автор

Quick heads up for anyone having troubles getting the final login bit to work. I was using Firefox during development, and somehow during this process the browsers cookies had become corrupted. No matter what I did the login/logout UI in _Layout.cshtml wouldn't show that I was logged in, even though a quick check in Chrome worked fine. Crazy as it sounds, deleting all cookies in Firefox did the trick. My guess is somehow during a full dev day the localhost:port combo this project was using decided it didn't want to accept the new cookies, and thus broke. Anyway, great tutorial, keep up the great work!

Rackforms
Автор

THANK YOU! You was the only one that could explain it so I could understand it.
Thank you, you are not from india! :D

stefannygaard
Автор

For anyone watching in 2021 and working with Blazor. You need to install the the tools extension for entity framework in the package manager before the migration schema will work. This was my first stab at Identity and this tutorial was gold. Just wanted to point out some gotchas that may pop up for those like me trying to play catch up!

vegasvault
Автор

im just at 13:23 an really enjoying the tutorial, i dont like to type connection string, so i found just getting visual studio to connect to my db and then copy the connection string works so much better. but anyways... so far so good.

far-red
Автор

Thank you for tutorial)
But, i don't understand how add external oauth providers login for custom user identity.
Where can I find ready-made examples for this task?

tototomay
Автор

Hey.
Is it possible to use identity for an existing custom table with users?

Adam
Автор

Hi man!... great tutorial!!!, I got a question... is it better to implement Identity from scratch or is it better to customize the scaffolded version???... I come from Laravel + php development and im struggling to understand asp.net core identity... I was thinking to not customize identity but create a one to one relationship between the default identity user and a "profile" model that can store names, id numbers, date of birth, etc... any recommendation or suggestions??? thank you very much!!!... greetings from Lima - Perú

orlandoaparicio
welcome to shbcf.ru