Video 5 Add Authentication to .Net Core 3 API and login user

preview_player
Показать описание
In this video, we will login the user by setting up the login API.
We use the signInManager from Identity to login the user.

🌟 Support the channel by becoming a subscriber

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

Great video series! I'm currently using Blazor WASM as frontend and a .NET Core 5 API as backend. I had been using the "userManager" instead of the "signInManager" which ignored the Identity sign in rules, thanks for pointing that out!

fleedum