User Registration With ASP.NET Core Web API and Identity

preview_player
Показать описание

In this video, I will show you how to integrate ASP.NET Core Identity into the ASP.NET Core Web API project and use it to create a User Registration flow.

You will see how we can use migrations to create our Identity tables, how to prepare the Register User endpoint, and also how to set up some Identity options that can help us restrict some registration rules. I will also talk about creating proper responses for the client apps that consume our web api with Identity implemented.

I will manually implement this registration flow and all the other flows from this series of videos, because this is the best way to learn how Identity works with Web API.

LINKS MENTIONED IN THE VIDEO

FOLLOW US ON SOCIAL MEDIA!
Рекомендации по теме
Комментарии
Автор

Thank you all for watching and for your support.

CodeMaze
Автор

Thx! But how to implement role based access to endpoints?
Also could you use Mapperly instead of AutoMapper? ( Everyone using AutomMapper as default and don't know that this is SUPER SLOW )

I-PixALbI-I
Автор

i want add in blazor server and api with jwt
like class in new blazor template

shabanelmogy
Автор

I need more videos about authentication-authorization with social accounts (gmail, facebook, etc) and with minimal api (not controller).

cocacola
Автор

It's not hashing my password. All my passwords are being saved as NULL. Pls help.

Marco-qrjb
Автор

You did not use decorations to tell how long strings are. it's stupid to make Firstname in DB to be able to hold gigabytes of data, isnted of just using for example StringLenght(30)

SayWhaaaaaaaaaaaaaaaaaaaaaaat