CUSTOM ASP.NET CORE IDENTITY USER. Extend ASP.NET Core Identity User Fields/Additional Columns.

preview_player
Показать описание
CUSTOM ASP .NET CORE IDENTITY USER. Extend ASP.NET Core Identity User Fields/Columns.
ASP.NET Core Identity provides a framework for managing and storing user accounts in ASP.NET Core apps. Identity is added to your project when Individual User Accounts is selected as the authentication mechanism. By default, Identity makes use of an Entity Framework (EF) Core data model.

ASP.NET Core Identity is an API that supports user interface (UI) login functionality and manages users, passwords, profile data, roles, claims, tokens, email confirmation, and more.

Watch our Previous Video on Creating ASP.NET CORE IDENTY APP

Remember to Buy Me Coffee
Рекомендации по теме
Комментарии
Автор

Subscribe, Comment, Share, Like🖥👊👊👊👍👍👍👍👍👍👍👍👍👍

MacroCoding
Автор

Really helpful and easy to understand.

abdullahjan
Автор

very very detail identity tutorial about aspnetusers, thanks alot for your tutorials...

aplikasikependudukanbipabi
Автор

I absolutely love the long format takes!

williamdoty
Автор

Thanks sir, you have cleared all my doubts

muhammadubaid
Автор

How can I configure IdentityRole while using ApplicationUser instead of IdenitityUser?

adrianzya
Автор

40:11 what happened there? I still seem to get the same error, you seem to fix it after cutting the video, how?

SaladFX
Автор

what if you wanted the registered users to go into your "Students" table? is that possible? looks like by default, the newly registered users go to the "aspnetuser" table which was later renamed as "user/s" table.

justinglentzl
Автор

Ce n'est pas une bonne façon de faire. Pour augmenter des champs à l'entité User, il faut créer une classe ApplicationUser qui hérite de IdentityUser, mettre les champs de son choix, ensuite mettre cette classe ApplicationUser dans le DbSet et update la base de données. Et c'est tout.

gregoireyakeu
Автор

kindly crate a video that how we can edit login form fields in identity.

AbdullahJan-si